Get Key Info
- Print
- PDF
Get Key Info
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
GET /kms/v1/keys/{keyTag}
Get key details.
Request
Request parameters
Parameter Name | Type | Additional Information |
---|---|---|
x-ncp-apigw-timestamp | Header(Required) | |
x-ncp-apigw-signature-v2 | Header(Required) | |
x-ncp-iam-access-key | Header(Required) | |
keyTag | Path(Required) |
Response
Response body
{
"code": "SUCCESS",
"data": {
"keyId": 0,
"keyTag": "string",
"keyName": "string",
"keyType": "string",
"status": "string",
"keystoreId": 0,
"currentVersion": 0,
"protectionType": "string",
"memo": "string",
"isConvergent": true,
"isAutoRotation": true,
"rotationPeriod": 0,
"nextRotationDate": 0,
"registerDate": 0
}
}
Was this article helpful?