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.

Table 1. GET /config/certificates/root_certificates/{id}/get_dependant_ids resource details
MIME Type

application/json

Table 2. GET /config/certificates/root_certificates/{id}/get_dependant_ids request parameter details
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.
Table 3. GET /config/certificates/root_certificates/{id}/get_dependant_ids response codes
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
]