POST /ovirt-engine/api/clusters
POST /ovirt-engine/api/clusters
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
<cluster>
<name>mycluster</name>
<cpu>
<type>Intel Nehalem Family</type>
</cpu>
<data_center id="123"/>
</cluster>
<cluster>
<name>mycluster</name>
<cpu>
<type>Intel Nehalem Family</type>
</cpu>
<data_center id="123"/>
</cluster>
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
POST /ovirt-engine/api/clusters
POST /ovirt-engine/api/clusters
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
<cluster>
<name>mycluster</name>
<cpu>
<type>Intel Nehalem Family</type>
</cpu>
<data_center id="123"/>
<external_network_providers>
<external_provider name="ovirt-provider-ovn"/>
</external_network_providers>
</cluster>
<cluster>
<name>mycluster</name>
<cpu>
<type>Intel Nehalem Family</type>
</cpu>
<data_center id="123"/>
<external_network_providers>
<external_provider name="ovirt-provider-ovn"/>
</external_network_providers>
</cluster>
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow