API Guide

Response Class
ServiceTemplate
Response Content-Type: application/xml, application/json
Parameters
Table 210. Parameters
Parameter Value Description Default Value Parameter Type Data Type
deviceId (required) Device Id (String) N/A path string
Response Status Codes
Table 211. 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
Parameters
Table 212. Parameters
Parameter Value Description Default Value Parameter Type Data Type
id (required) Infrastructure
Template Id (String)
N/A path string
Response Status Codes
Table 213. Response Status Codes
HTTP Status Code Reason
201 Map Service Template to physical resources
400 Invalid Parameters to copy ServiceTemplate or problems with
the Resource Adapters
97