10.6. メソッド
10.6.1. クラスターの作成
新規クラスターを作成するには、
名前
が、cpu id=
、および datacenter
要素が必要です。id
属性または name
要素のいずれかで データセンター
を特定します。
例10.3 クラスターの作成
POST /ovirt-engine/api/clusters HTTP/1.1 Accept: application/xml Content-type: application/xml <cluster> <name>cluster1</name> <cpu id="Intel Penryn Family"/> <data_center id="00000000-0000-0000-0000-000000000000"/> </cluster>