Get single CRL
- Print
- PDF
Get single CRL
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Get a single CRL applied to a trust anchor.
API
- GET /trust-anchors/{trustAnchorId}/crls/{crlId}
Request
Path variables
Parameter | Required | Type | Restrictions | Description |
---|---|---|---|---|
trustAnchorId | Y | string | Trust anchor ID | |
crlId | Y | string | CRL ID |
Response
Body
{
"crlId": "string",
"crlNrn": "string",
"crlData": "string",
"enabled": boolean,
"name": "string",
"trustAnchorNrn": "string",
"createTime": "string",
"updateTime": "string"
}
Response fields
Item | Type | Description |
---|---|---|
crlId | string | CRL ID |
crlNrn | string | CRL NRN |
crlData | string | CRL file data |
enabled | boolean | CRL activation status |
name | string | CRL name |
trustAnchorNrn | string | NRN of the trust anchor with CRL applied |
createTime | string | Creation time |
updateTime | string | Modification time |
Was this article helpful?