API Guide

Parameters
Table 214. 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 215. Response Status Codes
HTTP Status Code Reason
200 ServiceTemplate retrieved
404 ServiceTemplate not found
/ServiceTemplate/template/{templateId}/{componentType}
Description
Retrieve Default Template with components rened for specied template ID
Method
get
Response Class
ServiceTemplate
Response Content-Type: application/xml, application/json
Parameters
Table 216. Parameters
Parameter Value Description Default Value Parameter Type Data Type
templateId (required) Template Id (String) N/A path string
componentType (required) Template
Component Type
(String)
N/A path string
Response Status Codes
Table 217. Response Status Codes
HTTP Status Code Reason
200 ServiceTemplate retrieved
404 ServiceTemplate not found
98