12.4.2. ストレージドメインの更新
削除要素の作成後に name および wipe のみが作成後に更新可能です。削除要素の後にワイプしても、すでに存在するディスクの wipe after delete プロパティーは変更されません。
例12.4 ストレージドメインの更新
PUT /ovirt-engine/api/storagedomains HTTP/1.1
Accept: application/xml
Content-type: application/xml
<storage_domain>
<name>data2</name>
...
<wipe_after_delete>true</wipe_after_delete>
...
</storage_domain>