getLoginKeyList
- 인쇄
- PDF
getLoginKeyList
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
개요
서버인스턴스(VM)에 접속시 로그인키를 이용하여 비밀번호를 암호화하고 복호화하는 키를 조회합니다.
요청
요청 파라미터
파라미터명 | 필수 여부 | 타입 | 제약 사항 | 설명 |
---|---|---|---|---|
keyName | No | String | Min:3, Max:30 | - 조회할 키 명 결과값을 keyName으로 필터링 가능 |
pageNo | No | Integer | Min:0, Max:2147483647 | - 페이징된 결과의 페이지 번호 결과값을 pageNo를 이용하여 페이징 처리 가능 |
pageSize | No | Integer | Min:0, Max:2147483647 | - 페이징 시 보여줄 각 페이지 사이즈 결과값을 pageSize를 이용하여 페이징 처리 가능 |
응답
응답 바디
예시
요청 예시
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 | 리턴 코드 | 리턴 메시지 |
---|---|---|
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. |
이 문서가 도움이 되었습니까?