getLoginKeyList
    • PDF

    getLoginKeyList

    • PDF

    記事の要約

    VPC環境で利用できます。

    概要

    サーバインスタンス(VM)にアクセスする際に、ログインキーを利用してパスワードを暗号化したり復号化したりするキーを照会します。

    リクエスト

    リクエストパラメータ

    パラメータ名必須の有無タイプ制限事項説明
    regionCodeNoString- リージョンコード
    regionCodeはgetRegionListアクションを通じて取得可能
    デフォルト: getRegionList照会結果の最初のリージョンを選択
    keyNameNoString- 照会対象のキー名
    キー名で絞り込み検索可能
    pageNoNoInteger- ページングされた結果のページ番号
    結果値を pageNo、pageSizeを利用してページング処理可能
    pageSizeConditionalInteger- ページング時に表示する各ページサイズ
    結果値を pageNo、pageSizeを利用してページング処理可能
    pageNo入力時、必ず入力
    responseFormatTypeNoString- レスポンス結果の形式タイプ
    オプション: xml | json
    デフォルト: xml

    レスポンス

    レスポンスボディ

    リクエスト例

    GET {API_URL}/getLoginKeyList
    ?regionCode=KR
    &keyName=test-***
    

    レスポンス例

    <getLoginKeyListResponse>
      <requestId>c3967303-ebed-433d-9cb7-e25750236a7c</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <loginKeyList>
        <loginKey>
          <fingerprint>**:**:**:23:e4:fc:2f:35:21:1a:17:13:84:89:c1:e7</fingerprint>
          <keyName>test-***</keyName>
          <createDate>2020-08-11T10:49:11+0900</createDate>
        </loginKey>
      </loginKeyList>
    </getLoginKeyListResponse>
    

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

    What's Next
    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.