5.178.5. update PUT
ストレージドメインを更新します。
StorageDomain の属性すべてが作成後に更新可能である訳ではありません。更新できるものは、name
、description
、comment
、warning_low_space_indicator
、critical_space_action_blocker
、および wipe_after_delete
です( wipe_after_delete
属性を変更しても、すでに存在するディスクの wipe after delete プロパティーは変更されません)。
識別子 123
を持つストレージドメインの name
属性と wipe_after_delete
属性を更新するには、以下のようにリクエストを送信する。
PUT /ovirt-engine/api/storagedomains/123
リクエスト本文の場合は、以下のようになります。
<storage_domain> <name>data2</name> <wipe_after_delete>true</wipe_after_delete> </storage_domain>
Name | タイプ | 方向 | 概要 |
---|---|---|---|
| In | 更新を非同期的に実行するかどうかを指定します。 | |
| In/Out |