getRootPasswordServerInstanceList
- Print
- PDF
getRootPasswordServerInstanceList
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
Gets a list of root passwords with a server's login key.
Request
Request parameters
Parameter | Required | Type | Limitations | Description |
---|---|---|---|---|
rootPasswordServerInstanceList.N | Y | List<String> | List of server instances to get root passwords of. | |
rootPasswordServerInstanceList.N.serverInstanceNo | Y | String | List of server instance numbers to get root passwords of Get available values by using the getServerInstanceList action. | |
rootPasswordServerInstanceList.N.privateKey | N | String | Add “\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 code | Return code | Return message |
---|---|---|
400 | 24001 | Invalid authentication key. Please check authentication key or input type and try again. |
Was this article helpful?