17.3.4. テンプレートサブバージョンの更新
template サブバージョンの作成後に更新できるのは、
version_name
要素のみです。
例17.5 仮想マシンテンプレートのサブバージョン名の更新
PUT /ovirt-engine/api/templates/00000000-0000-0000-0000-000000000000 HTTP/1.1 Accept: application/xml Content-type: application/xml <template> <version> <version_name>template1_002</version_name> </version> </template>