getLoginKeyList
    • PDF

    getLoginKeyList

    • PDF

    Article summary

    Overview

    Gets a key that encrypts and decrypts a password with the login key when accessing a server instance (VM).

    Request

    Request parameters

    ParameterRequiredTypeLimitationsDescription
    keyNameNStringMin: 3, Max: 30Key name to get
    You can filter results by keyName.
    pageNoNIntegerMin: 0, Max: 2147483647Page number
    You can paginate results with pageNo.
    pageSizeNIntegerMin: 0, Max: 2147483647Page size to show when paginating results.
    You can paginate results with pageSize.

    Response

    Response body

    Examples

    Request example

    GET {SERVER_API_URL}/getLoginKeyList
    

    Response example

    <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>
    

    Error codes

    Errors that may occur while using this action are listed below. For information on common errors, refer to NAVER Cloud Platform API.

    HTTP response codeReturn codeReturn message
    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.

    Was this article helpful?

    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.