17.3.3. 템플릿 업데이트
name
,description
,type
,memory
,cpu topology
,os
,high_availability
,display
,stateless
,usb
and timezone
elements can be updated after a template has been created.
예 17.4. 1GB의 메모리를 포함하도록 가상 머신 템플릿 업데이트
PUT /ovirt-engine/api/templates/00000000-0000-0000-0000-000000000000 HTTP/1.1 Accept: application/xml Content-type: application/xml <template> <memory>1073741824</memory> </template>