API Guide

Parameter Value Description Default Value Parameter Type Data Type
true, other wise only
returns Discovered.
Response Status Codes
Table 188. Response Status Codes
HTTP Status Code Reason
200 ServiceTemplate retrieved
404 ServiceTemplate not found
/ServiceTemplate/{id}
Description
Update Template
Method
put
Response Class
ServiceTemplate
Response Content-Type: application/xml, application/json
Parameters
Table 189. Parameters
Parameter Value Description Default Value Parameter Type Data Type
body N/A Infrastructure
Template to be
updated to
N/A body ServiceTemplate
id (required) Infrastructure
Template Id (String)
N/A path string
Response Status Codes
Table 190. Response Status Codes
HTTP Status Code Reason
204 InfrastructureTemplate updated
400 Invalid Parameters to Update ServiceTemplate
404 Template not found
89