Develop > API calls > Container APIs > List a service design container

List a service design container

Lists the service design container specified by Container ID parameter.

URI Method Parameters  
http://[host]:[port]/csa/api/container/topology/{containerID} GET

Container ID

200 - successful
403 - not authorized
404 - no containers found

Example

The following URL was sent:

https://localhost:8444/csa/api/container/topology/8a81848d4d47af63014d47b847230003

The following JSON was returned:

{ "@self": "/csa/api/container/topology/8a81848d4d47af63014d47b847230003", "@type": "urn:x-hp:2012:software:cloud:data_model:blueprint:collection", "@created": "2015-05-12T10:42:48.740Z", "@modified": "2015-05-12T10:42:49.390Z", "global_id": "8a81848d4d47af63014d47b847230003", "name": "Debian Infra", "description": "Debian Infra", "icon": "/csa/api/blobstore/Service_Design.png?tag=library", "ext": { "csa_name_key": "e67b408c66d840a788593690a665e0d3", "csa_critical_system_object": false }, ...

For complete output, see List a service design container example.