getLoginKeyList
    • PDF

    getLoginKeyList

    • PDF

    Article Summary

    概要

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

    リクエスト

    リクエストパラメータ

    パラメータ名必須タイプ制約事項説明
    keyNameNoStringMin:3, Max:30照会するキーの名称
    結果値をkeyNameでフィルタリングできます。
    pageNoNoIntegerMin:0, Max:2147483647ページングされた結果のページ番号
    結果値を、pageNoを利用してページング処理することが可能です。
    pageSizeNoIntegerMin:0, Max:2147483647ページングする時に表示する各ページサイズ
    結果値を、pageNoを利用してページング処理することが可能です。

    レスポンス

    レスポンスボディ

    例示

    リクエスト例示

    GET {SERVER_API_URL}/getLoginKeyList
    

    レスポンス例示

    <getLoginKeyListResponse>
      <requestId>a32b8d65-c01c-484a-abda-688867522e82</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>4</totalRows>
      <loginKeyList>
        <loginKey>
          <fingerprint>eb:8d:5e:0c:30:b0:8e:c6:b2:e2:18:07:bf:df:16:54</fingerprint>
          <keyName>test-key</keyName>
          <createDate>2018-11-28T11:27:51+0900</createDate>
        </loginKey>
      </loginKeyList>
    </getLoginKeyListResponse>
    

    エラーコード

    以下のエラーコードは、このアクション(Action)で特徴的に発生するエラーです。共通的に発生するエラーに対する詳細な説明はNAVER Cloud Platform APIをご参考ください。

    HTTP Response Codeリターンコードリターンメッセージ
    40010400Invalid authentication key. Please check authentication key or input type and try again.
    40010401Input authentication message does not coincide.
    40010402Authentication message input time has been exceeded. Please try again.
    40010403Session has been expired.
    40010404This is not authenticated session.

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

    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.