Reference Guide

HTTP Status Code Reason
404 Template not found
/ServiceTemplate/{id}/copy POST
Description
Copy a ServiceTemplate
Method
POST
Response Class
ServiceTemplate
Response Content-Type: application/xml, application/json
Parameters
Parameter Value Description Default Value Parameter
Type
Data Type
body N/A Infrastructure
Template
settings
N/A body ServiceTemplat
e
id (required) Infrastructure
Template Id
(String)
N/A path string
Response Status Codes
HTTP Status Code Reason
201 ServiceTemplate copied successfully
400 Invalid Parameters to copy ServiceTemplate or
problems with the Resource Adapters
409 Template already exists
/ServiceTemplate/{id}/mapToPhysicalResources POST
Description
Do Physical Resource allocation based on ServiceTemplate
69