API Guide
HTTP Status Code Reason
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 214. 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 215. Response Status Codes
HTTP Status Code Reason
200 ServiceTemplate updated
404 ServiceTemplate not found
/ServiceTemplate/components/template/{templateId}
Description
Update Template by analysing related components.
Method
put
Response Class
ServiceTemplate
Response Content-Type: application/xml, application/json
98