Get Key Activity Logs
- Print
- PDF
Get Key Activity Logs
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
GET /kms/v1/keys/{keyTag}/activities
Get the key usage history list.
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) | |
keyword | Query(Optional) | |
timestampFrom | Query(Optional) | UNIX Time format |
timestampTo | Query(Optional) | UNIX Time format |
pageNo | Query(Optional) | |
pageSize | Query(Optional) | 1 - 200 |
keyTag | Path(Required) |
Response
Response body
{
"code": "SUCCESS",
"data": {
"activityLogList": [
{
"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"
}
],
"pageSize": 0,
"currentPageNo": 0,
"totalPageNo": 0,
"totalCount": 0
}
}
Was this article helpful?