API Guide
Response Status Codes
Table 205. Response Status Codes
HTTP Status Code Reason
200 Parameters updated
/ServiceTemplate/device/{deviceId}
Description
Retrieve Default Template customized for specied device
Method
get
Response Class
ServiceTemplate
Response Content-Type: application/xml, application/json
Parameters
Table 206. Parameters
Parameter Value Description Default Value Parameter Type Data Type
deviceId (required) Device Id (String) N/A path string
Response Status Codes
Table 207. Response Status Codes
HTTP Status Code Reason
200 ServiceTemplate retrieved
404 ServiceTemplate not found
/ServiceTemplate/{id}/mapToPhysicalResources
Description
Do Physical Resource allocation based on ServiceTemplate
Method
post
Response Class
ServiceTemplate
Response Content-Type: application/xml, application/json
95