getLoginKeyList
- Print
- PDF
getLoginKeyList
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
Gets a key that encrypts and decrypts a password with the login key when accessing a server instance (VM).
Request
Request parameters
Parameter | Required | Type | Limitations | Description |
---|---|---|---|---|
keyName | N | String | Min: 3, Max: 30 | Key name to get You can filter results by keyName. |
pageNo | N | Integer | Min: 0, Max: 2147483647 | Page number You can paginate results with pageNo. |
pageSize | N | Integer | Min: 0, Max: 2147483647 | Page 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 code | Return code | Return message |
---|---|---|
400 | 10400 | Invalid authentication key. Please check authentication key or input type and try again. |
400 | 10401 | Input authentication message does not coincide. |
400 | 10402 | Authentication message input time has been exceeded. Please try again. |
400 | 10403 | Session has been expired. |
400 | 10404 | This is not authenticated session. |
Was this article helpful?