16.3. メソッド
16.3.1. Floating ディスクの作成 リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
新しいフローティングディスクを作成する場合、API には
size 要素および storage_domains 要素が必要です。
例16.2 新規フローティングディスクデバイスの作成
POST /ovirt-engine/api/disks HTTP/1.1
Accept: application/xml
Content-type: application/xml
<disk>
<storage_domains>
<storage_domain id="fabe0451-701f-4235-8f7e-e20e458819ed"/>
</storage_domains>
<size>8589934592</size>
<type>system</type>
<interface>virtio</interface>
<format>cow</format>
</disk>