Get single trust anchor
- Print
- PDF
Get single trust anchor
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Get a single trust anchor.
API
- GET /trust-anchors/{trustAnchorId}
Request
Path variables
Field name | Required | Type | Restrictions | Description |
---|---|---|---|---|
trustAnchorId | Y | string | Trust anchor ID |
Response
Body
{
"trustAnchorId": "string",
"trustAnchorNrn": "string",
"name": "string",
"description": "string",
"enabled": boolean,
"createTime": "string",
"updateTime": "string",
"source": {
"sourceType": "string",
"sourceData": {
"caId": integer,
"nrn": "string",
"notAfterDate": "string",
"x509CertificateData": "string"
}
}
}
Field | Type | Description |
---|---|---|
trustAnchorId | string | Trust anchor ID |
trustAnchorNrn | string | NRN of the trust anchor |
name | string | Trust anchor name |
description | string | Trust anchor description |
enabled | boolean | Trust anchor activation status |
createTime | string | Creation time |
updateTime | string | Modification time |
source | object | Information on CA registered as trust anchor |
source.sourceType | string | Trust anchor CA type |
source.sourceData | object | Trust anchor CA data |
source.sourceData.caId | integer | ID of NAVER Cloud Platform Private CA registered to the trust anchor |
source.sourceData.nrn | string | NRN of NAVER Cloud Platform Private CA registered to the trust anchor |
source.sourceData.notAfterDate | string | Expiration date and time of NAVER Cloud Platform Private CA registered to the trust anchor |
source.sourceData.x509CertificateData | string | NAVER Cloud Platform Private CA certificate (PEM) registered to the trust anchor |
Was this article helpful?