Get Key List
- Print
- PDF
Get Key List
- Print
- PDF
The content is currently unavailable in English. You are viewing the default Korean version.
Article summary
Did you find this summary helpful?
Thank you for your feedback
GET /kms/v1/keys
키 리스트를 조회합니다.
요청
요청 파라미터
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) | |
pageNo | Query(Optional) | |
pageSize | Query(Optional) | 1 ~ 200 (Default = 100) |
응답
응답 바디
{
"code": "SUCCESS",
"data": {
"keyList": [
{
"keyId": 0,
"keyTag": "string",
"keyName": "string",
"keyType": "string",
"status": "string",
"protectionType": "string",
"isConvergent": true,
"registerDate": 0,
"destroyDate": 0
}
],
"currentPageNo": 0,
"totalPageNo": 0,
"totalCount": 0
}
}
Was this article helpful?