Edit trust anchor
- Print
- PDF
Edit trust anchor
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Edit a trust anchor.
API
- PATCH /trust-anchors/{trustAnchorId}
Request
Path variables
Parameter | Required | Type | Restrictions | Description |
---|---|---|---|---|
trustAnchorId | Y | string | Trust anchor ID |
Body
{
"name": "string",
"description": "string",
"source": {
"sourceType": "string",
"sourceData": {
"caId": integer
}
}
}
Request fields
Parameter | Required | Type | Restrictions | Description |
---|---|---|---|---|
name | N | string | Name of trust anchor to edit | |
description | N | string | Description of trust anchor to edit | |
source | N | object | Information of CA to register to the trust anchor to edit | |
source.sourceType | N | string | NCP_PCA | Trust anchor type (NCP_PCA) |
source.sourceData.caId | N | integer | ID of NAVER Cloud Platform Private CA to register to the trust anchor |
Response
Body
{
"trustAnchorId": "string",
"trustAnchorNrn": "string",
"name": "string",
"description": "string",
"enabled": boolean,
"createTime": "string",
"updateTime": "string",
"source": {
"sourceType": "string",
"sourceData": {
"caId": integer
}
}
}
Response fields
Item | 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 |
Was this article helpful?