API Guide

Table Of Contents
Method
put
Response Class
ServiceTemplate
Response Content-Type: application/xml, application/json
Parameters
Table 179. Parameters
Parameter Value Description Default Value Parameter
Type
Data Type
body N/A Infrastructure
Template to be
updated to
N/A body ServiceTemplat
e
id (required) Infrastructure
Template Id
(String)
N/A path string
Response Status Codes
Table 180. Response Status Codes
HTTP Status Code Reason
204 InfrastructureTemplate updated
400 Invalid Parameters to Update ServiceTemplate
404 Template not found
/ServiceTemplate/{id}
Desciption
Delete ServiceTemplate -- this operation is idempotent
Method
delete
Response Class
void
Response Content-Type: application/xml, application/json
100