9.4.2. データセンターの更新
name
、description
、storage_type
、version
、storage_format
、および mac_pool
要素は、作成後に更新可能です。
例9.4 データセンターの更新
PUT /ovirt-engine/api/datacenters/00000000-0000-0000-0000-000000000000 HTTP/1.1 Accept: application/xml Content-type: application/xml <data_center> <name>UpdatedName</name> <description>An updated description for the data center</description> </data_center>