API Guide

Table Of Contents
Response Status Codes
Table 199. Response Status Codes
HTTP Status Code Reason
200 ServiceTemplate updated
404 ServiceTemplate not found
/ServiceTemplate/components/template/{templateId}
Desciption
Update Template by analysing related components.
Method
put
Response Class
ServiceTemplate
Response Content-Type: application/xml, application/json
Parameters
Table 200. Parameters
Parameter Value Description Default Value Parameter
Type
Data Type
body N/A Template to
update
N/A body ServiceTemplat
e
templateId (required) Template Id N/A path string
Response Status Codes
Table 201. Response Status Codes
HTTP Status Code Reason
200 ServiceTemplate updated
404 ServiceTemplate not found
/ServiceTemplate/service/{serviceId}/{componentType}
Desciption
Retrieve Default Template with components refined for specified template ID
108