List child containers
GET https://www.digicert.com/services/v2/container/{{container_id}}/children
Use this endpoint to list all child containers for a container.
Notice
Only the container's immediate children are returned.
Example requests and responses
Response parameters
Name | Type | Description |
---|---|---|
containers | array | List of all child containers. |
.. id | int | Container ID. |
.. public_id | string | Public ID of the container. |
.. name | string | Name of the container. |
.. description | string | Description for the container. |
.. parent_id | id | ID of the container's parent. |
.. template_id | id | Template ID of the container. |
.. has_logo | bool | Custom logo status of the container. |
.. is_active | bool | Active status of the container. |
.. allowed_domain_names | array | List of domains that can be used with the container. |