getLoginKeyList
    • PDF

    getLoginKeyList

    • PDF

    Article Summary

    개요

    서버인스턴스(VM)에 접속시 로그인키를 이용하여 비밀번호를 암호화하고 복호화하는 키를 조회합니다.

    요청

    요청 파라미터

    파라미터명필수 여부타입제약 사항설명
    keyNameNoStringMin:3, Max:30- 조회할 키 명
    결과값을 keyName으로 필터링 가능
    pageNoNoIntegerMin:0, Max:2147483647- 페이징된 결과의 페이지 번호
    결과값을 pageNo를 이용하여 페이징 처리 가능
    pageSizeNoIntegerMin: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리턴 코드리턴 메시지
    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.