getLoginKeyList
    • PDF

    getLoginKeyList

    • PDF

    Article Summary

    VPC環境で利用できます。

    概要

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

    リクエスト

    リクエストパラメータ

    パラメータ名必須の有無タイプ制約事項説明
    keyNameNoString照会するキー名
    キー名でフィルタリングして検索できます。
    pageNoNoIntegerページングされた結果のページ番号
    結果値をpageNo、pageSizeを利用してページング処理できます。
    pageSizeConditionalIntegerページングする時に表示する各ページサイズ
    結果値をpageNo、pageSizeを利用してページング処理できます。
    pageNoを入力する時、必ず入力しなければなりません。
    responseFormatTypeNoStringレスポンス結果のフォーマットタイプ
    Options : xml | json
    Default : xml

    レスポンス

    レスポンスボディ

    リクエスト例

    GET {API_URL}/getLoginKeyList
    ?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.