getLoginKeyList
    • PDF

    getLoginKeyList

    • PDF

    Article Summary

    Can be used in a VPC environment.

    Overview

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

    Request

    Request parameters

    Parameter nameRequiredTypeRestrictionsDescription
    keyNameNoStringName of the key to be queried
    You can search by filtering with the key name.
    pageNoNoIntegerPage number of the paged results
    The results can be paged using pageNo and pageSize.
    pageSizeConditionalIntegerEach page size to be displayed when paging
    The results can be paged using pageNo and pageSize.
    It must be entered when entering pageNo.
    responseFormatTypeNoStringFormat type of the response results
    Options : xml | json
    Default : xml

    Response

    Response body

    Example

    Request Example

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

    Response Example

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

    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.