Get Secret List
- 印刷する
- PDF
Get Secret List
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
概要
Secretリストを照会します。
GET https://secretmanager.apigw.ntruss.com/api/v1/secrets
リクエスト
リクエストパラメータ
{
"pageNo": 0
}
パラメータ名 | タイプ | 説明 |
---|---|---|
pageNo | Integer | リクエストページ番号 |
リクエストボディ
None
レスポンス
レスポンスボディ
{
"code": "SUCCESS",
"data": {
"totalPageNo": 0,
"currentPageNo": 0,
"totalCount": 0,
"secretList": [
{
"secretId": "string",
"secretName": "string",
"secretStatus": "ENABLE",
"secretType": "string",
"region": "string",
"registerDate": 0
}
]
}
}
パラメータ名 | タイプ | 説明 |
---|---|---|
totalPageNo | Integer | 総ページ番号 |
currentPageNo | Integer | 現在のページ番号 |
totalCount | Integer | 総シークレット数 |
secretInfoList | secretInfo List | SecretInfoリスト |
secretList.secretId | String | Secret ID |
secretList.secretName | String | Secret名 |
secretList.secretStatus | String | Secretの状態(ENABLE 、DISABLE 、REVOKE 、ROTATING 、DESTROYED ) |
secretList.secretType | String | Secretの種類(BASIC ) |
secretList.region | String | 地域コード |
secretList.registerDate | Long | 登録日時(Timestamp) |
この記事は役に立ちましたか?