API Guide

Parameters
Table 208. Parameters
Parameter Value Description Default Value Parameter Type Data Type
id (required) Infrastructure
Template Id (String)
N/A path string
Response Status Codes
Table 209. Response Status Codes
HTTP Status Code Reason
201 Map Service Template to physical resources
400 Invalid Parameters to copy ServiceTemplate or problems with
the Resource Adapters
409 Template already exists
/ServiceTemplate/components/service/{serviceId}
Description
Update Template by analysing related components.
Method
put
Response Class
ServiceTemplate
Response Content-Type: application/xml, application/json
Parameters
Table 210. Parameters
Parameter Value Description Default Value Parameter Type Data Type
body N/A Template to update N/A body ServiceTemplate
serviceId (required) Service Id N/A path string
Response Status Codes
Table 211. Response Status Codes
HTTP Status Code Reason
200 ServiceTemplate updated
404 ServiceTemplate not found
96