MENU
      Get Secret List

        Get Secret List


        記事の要約

        概要

        Secretリストを照会します。

        GET https://secretmanager.apigw.ntruss.com/api/v1/secrets
        HTTP

        リクエスト

        リクエストパラメータ

        {
          "pageNo": 0
        }
        JSON
        パラメータ名タイプ説明
        pageNoIntegerリクエストページ番号

        リクエストボディ

        None
        JSON

        レスポンス

        レスポンスボディ

        {
          "code": "SUCCESS",
          "data": {
            "totalPageNo": 0,
            "currentPageNo": 0,
            "totalCount": 0,
            "secretList": [
              {
                "secretId": "string",
                "secretName": "string",
                "secretStatus": "ENABLE",
                "secretType": "string",
                "region": "string",
                "registerDate": 0
              }
            ]
          }
        }
        JSON
        パラメータ名タイプ説明
        totalPageNoInteger総ページ番号
        currentPageNoInteger現在のページ番号
        totalCountInteger総シークレット数
        secretInfoListsecretInfo ListSecretInfoリスト
        secretList.secretIdStringSecret ID
        secretList.secretNameStringSecret名
        secretList.secretStatusStringSecret状態(ENABLEDISABLEREVOKEROTATINGDESTROYED)
        secretList.secretTypeStringSecretの種類(BASIC)
        secretList.regionString地域コード
        secretList.registerDateLong登録日時(Timestamp)

        この記事は役に立ちましたか?

        Changing your password will log you out immediately. Use the new password to log back in.
        First name must have atleast 2 characters. Numbers and special characters are not allowed.
        Last name must have atleast 1 characters. Numbers and special characters are not allowed.
        Enter a valid email
        Enter a valid password
        Your profile has been successfully updated.