deleteBlockStorageInstances
- 印刷する
- PDF
deleteBlockStorageInstances
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
概要
ブロックストレージインスタンスを削除します。detachした後、削除を行います。
リクエスト
リクエストパラメータ
パラメータ名 | 必須 | タイプ | 制約事項 | 説明 |
---|---|---|---|---|
blockStorageInstanceNoList.N | Yes | List<String> | 重複不可 | 削除するブロックストレージインスタンス番号リスト blockStorageInstanceNoはgetBlockStorageInstanceListアクションを通じて取得できます。 ex) blockStorageInstanceNoList.1=1089090&blockStorageInstanceNoList.2=121636 |
レスポンス
レスポンスボディ
例示
リクエスト例示
レスポンス例示
エラーコード
以下のエラーコードは、このアクション(Action)で特徴的に発生するエラーです。共通的に発生するエラーに対する詳細な説明はNAVER Cloud Platform APIをご参考ください。
HTTP Response Code | リターンコード | リターンメッセージ |
---|---|---|
400 | 10713 | Not found contract information. Please check your input parameter. |
400 | 24002 | It seems that storage {0} is mounted to server {1}. Please unmount the storage and try again. |
400 | 24109 | The input parameter instance number is invalid |
400 | 24121 | The input parameter storage instance number is invalid. |
400 | 25002 | Unable to perform deallocation command since (other) user is operating target server to be allocated with storage or an error in target server. |
400 | 25003 | Unable to perform deallocation command since (other) user is operating target server or the it has already been deallocated. |
400 | 25004 | Unable to return since (other) user is either operating the target storage or an error in target storage. |
この記事は役に立ちましたか?