Get Latest Use Info
- Print
- PDF
Get Latest Use Info
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
GET /kms/v1/keys/{keyTag}/last-use-info
Get the latest key usage history. This queries the history of API usage with the token authentication method.
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": {
"timestamp": "string",
"data": {
"kmsKey": {
"keyTag": "string",
"keyName": "string",
"nrn": "string"
},
"requestor": {
"requestType": "string",
"id": "string",
"ip": "string"
},
"api": {
"result": "string",
"action": "string",
"type": "string"
}
},
"message": "string"
}
}
Was this article helpful?