getRootPasswordServerInstanceList
- 印刷する
- PDF
getRootPasswordServerInstanceList
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
概要
サーバ(VM)のログインキーでrootアカウントのパスワードをリスト形式で照会します。
リクエスト
リクエストパラメータ
パラメータ名 | 必須 | タイプ | 制約事項 | 説明 |
---|---|---|---|---|
rootPasswordServerInstanceList.N | Yes | List<String> | サーバのルートパスワードを照会するためのオブジェクトリストです。 | |
rootPasswordServerInstanceList.N.serverInstanceNo | Yes | String | 照会するサーバインスタンス番号リスト serverInstanceNoはgetServerInstanceListアクションを通じて取得できます。 | |
rootPasswordServerInstanceList.N.privateKey | No | String | ログインキー内容がそのまま入る必要があるため、\nをつける必要があります。 | サーバのログインキー(認証キー) rootアカウントのパスワードを照会するために必要なprivate Key |
レスポンス
レスポンスボディ
例示
リクエスト例示
- 該当APIはPOST methodのみ許容しまし。
例示
レスポンス例示
<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>
エラーコード
以下のエラーコードは、このアクション(Action)で特徴的に発生するエラーです。共通的に発生するエラーに対する詳細な説明はNAVER Cloud Platform APIをご参考ください。
HTTP Response Code | リターンコード | リターンメッセージ |
---|---|---|
400 | 24001 | Invalid authentication key. Please check authentication key or input type and try again. |
この記事は役に立ちましたか?