GET /config/certificates/root_certificates/{id}/get_dependant_ids
Gets a list of end certificate IDs that depend on the root certificate. This endpoint might not return the dependent IDs of the certificates that were uploaded in the last 24 hours. You must have System Administrator or Security Administrator permissions to use this endpoint.
MIME Type |
---|
application/json |
Parameter | Type | Optionality | Data Type | MIME Type | Description |
---|---|---|---|---|---|
id |
path |
Required |
String |
text/plain |
id - The ID of the root certificate for which to get the dependant certificate IDs. This value is derived from subject_key_id. |
HTTP Response Code | Unique Code | Description |
---|---|---|
200 |
An array of the certificate IDs. |
|
404 |
1002 |
null |
500 |
1020 |
Not able to return the certificate collection. |
Response Description
A JSON array that contains the IDs of the dependant certificates.
Response Sample
[
42
]