getRootPasswordServerInstanceList
    • PDF

    getRootPasswordServerInstanceList

    • PDF

    Article summary

    Overview

    Gets a list of root passwords with a server's login key.

    Request

    Request parameters

    ParameterRequiredTypeLimitationsDescription
    rootPasswordServerInstanceList.NYList<String>List of server instances to get root passwords of.
    rootPasswordServerInstanceList.N.serverInstanceNoYStringList of server instance numbers to get root passwords of
    Get available values by using the getServerInstanceList action.
    rootPasswordServerInstanceList.N.privateKeyNStringAdd “\n” to get the login key as it is.Server’s login key (authentication key)
    Private key required to get the root account’s password.

    Response

    Response body

    Examples

    Request example

    • Only the POST method is allowed.

    Examples

    Response example

    <getRootPasswordServerInstanceListResponse>
      <requestId>20bb8687-5f38-40be-bea3-03adab55f069</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>2</totalRows>
      <rootPasswordServerInstanceList>
        <serverInstanceNo>886621</serverInstanceNo>
        <rootPassword>N2T!FH93*hd</rootPassword>
      </rootPasswordServerInstanceList>
      <rootPasswordServerInstanceList>
        <serverInstanceNo>886624</serverInstanceNo>
        <rootPassword>R78D55h9J#</rootPassword>
      </rootPasswordServerInstanceList>
    </getRootPasswordServerInstanceListResponse>
    

    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
    40024001Invalid authentication key. Please check authentication key or input type and try again.

    Was this article helpful?

    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.