Develop > API calls > Composition APIs > List the candidate topologies that can fulfill the specified partial topology

List the candidate topologies that can fulfill the specified partial topology

Lists the candidate topologies that can fulfill the specified partial topology.

URI Method Parameters Returns
http://[host]:[port]/csa/api/ui/topology-model/composition/{topologyID}/candidateTopology GET Topology ID

400 - bad request
403 - not authorized
500 - internal server error

Example

The following URL was sent:

https://localhost:8444/csa/api/ui/topology-model/composition/9dc7a8f7-9a11-4d4f-a149-6e5b3aeb7618/candidateTopology

The following JSON was returned:

{
   "@count" : 1,
    "members" : [ {
       "@type" : "urn:x-hp:2013:software:cloud:topology_model:topology",
      "@self" : "/csa/api/topology-model/topology/9dc7a8f7-9a11-4d4f-a149-6e5b3aeb7618",
      "id" : "9dc7a8f7-9a11-4d4f-a149-6e5b3aeb7618",
      "iconUrl" : "/csa/designer/img/noimage-lightgray.svg",
      "displayName" : "Allin1",
      "displayNameWithVersion" : "Allin1 - 1.0.0"
      "description" : "",
      "version" : "1.0.0",
      "artifactId" : "f20b7a8b-0abe-454b-b6d4-cd45764e70c4",
      "groupId" : "com.hp.csa",
      "published" : false,
      "tagIds" : [ ]
} ],
...
}

For complete output, see List the candidate topologies that can fulfill the specified partial topology example.)