API Guide
/ServiceTemplate/components/template/{templateId}
Description
Update Template by analysing related components.
Method
put
Response Class
ServiceTemplate
Response Content-Type: application/xml, application/json
Parameters
Table 212. Parameters
Parameter Value Description Default Value Parameter Type Data Type
body N/A Template to update N/A body ServiceTemplate
templateId (required) Template Id N/A path string
Response Status Codes
Table 213. Response Status Codes
HTTP Status Code Reason
200 ServiceTemplate updated
404 ServiceTemplate not found
/ServiceTemplate/service/{serviceId}/{componentType}
Description
Retrieve Default Template with components rened for specied template ID
Method
get
Response Class
ServiceTemplate
Response Content-Type: application/xml, application/json
97