Reference Guide
/ServiceTemplate/{id} GET
Description
Retrieve ServiceTemplate based on ServiceTemplate id
Method
GET
Response Class
ServiceTemplate
Response Content-Type: application/xml, application/json
Parameters
Parameter Value Description Default Value Parameter
Type
Data Type
id (required) Infrastructure
Template Id
(String)
N/A path string
Response Status Codes
HTTP Status Code Reason
200 ServiceTemplate retrieved
404 ServiceTemplate not found
/ServiceTemplate/{id} DELETE
Description
Delete ServiceTemplate -- this operation is idempotent
Method
DELETE
Response Class
void
Response Content-Type: application/xml, application/json
67