Clone Orchestration Model

To clone an orchestration model, use the following request:

1
2
PUT /vcloud/templates/:id/clone.xml 
PUT /vcloud/templates/:id/clone.json

XML Request Example

1
curl -i -X PUT http://onapp.test/vcloud/templates/12/clone.xml  -u user:userpass -H 'Accept: application/xml' -H 'Content-type: application/xml'

JSON Request Example

1
curl -i -X PUT http://onapp.test/vcloud/templates/12/clone.json -u user:userpass -H 'Accept: application/json' -H 'Content-type: application/json'

In the URL, specify the ID of the cloned orchestration model.