API Guide
Parameters
Table 216. 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 217. 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
Parameters
Table 218. Parameters
Parameter Value Description Default Value Parameter Type Data Type
serviceId (required) Service Id (String) N/A path string
componentType (required) Template
Component Type
(String)
N/A path string
Response Status Codes
Table 219. Response Status Codes
HTTP Status Code Reason
200 ServiceTemplate retrieved
404 ServiceTemplate not found
99