Get Key List
- 印刷する
- PDF
Get Key List
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
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
}
}
この記事は役に立ちましたか?