Develop > Appendix A: API return examples > List a service design container example

List a service design container example

Lists the service design container specified by the Container ID parameter.

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 }, "container_type": "TOPOLOGY_ARTIFACT_CONTAINER", "tags": [ { "@self": "/csa/api/tag/775566f589944c489c7caaaf91ce3e8d", "@type": "urn:x-hp:2012:software:cloud:data_model:tag", "name": "Production", "description": "Production Micro Service", "icon": "/csa/api/blobstore/organizationDefault58.png?tag=library", "color": "#ffffff", "scopes": [ "LIFECYCLE_ARTIFACT_CONTAINER" ] }, { "@self": "/csa/api/tag/ede6b70286454f929d9566b8016f282e", "@type": "urn:x-hp:2012:software:cloud:data_model:tag", "name": "Testing", "description": "Testing Micro Service", "icon": "/csa/api/blobstore/organizationDefault58.png?tag=library", "color": "#fbd75b", "scopes": [ "LIFECYCLE_ARTIFACT_CONTAINER" ] }, { "@self": "/csa/api/tag/0c8ae53917c14e8f98a11e45eef386e0", "@type": "urn:x-hp:2012:software:cloud:data_model:tag", "name": "Staging", "description": "Staging Micro Service", "icon": "/csa/api/blobstore/organizationDefault58.png?tag=library", "color": "#5484ed", "scopes": [ "LIFECYCLE_ARTIFACT_CONTAINER" ] }, { "@self": "/csa/api/tag/d22c213f7e644d1d8362b2830b2c93a9", "@type": "urn:x-hp:2012:software:cloud:data_model:tag", "name": "Development", "description": "Development Micro Service", "icon": "/csa/api/blobstore/organizationDefault58.png?tag=library", "color": "#ff887c", "scopes": [ "LIFECYCLE_ARTIFACT_CONTAINER" ] } ], "members": [ { "@self": "/csa/api/service/design/9c586c28-0fa0-4814-8b5c-eaf097a788f7", "@type": "urn:x-hp:2012:software:cloud:data_model:blueprint", "@created": "2015-05-12T10:42:49.390Z", "description": "Debian Infra", "published": false, "version": "1.0.0" } ], "@total_results": 1, "@items_per_page": 1, "@start_index": 0 }