Get Key Activity Logs
- 인쇄
- PDF
Get Key Activity Logs
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
GET /kms/v1/keys/{keyTag}/activities
키 사용 이력 리스트를 조회합니다.
요청
요청 파라미터
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) |
응답
응답 바디
{
"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
}
}
이 문서가 도움이 되었습니까?