API Guide

Table Of Contents
Response Content-Type: application/xml, application/json
Parameters
Table 36. Parameters
Parameter Value Description Default Value Parameter
Type
Data Type
body N/A Deployment to
be created
N/A body Deployment
Response Status Codes
Table 37. Response Status Codes
HTTP Status Code Reason
201 Deployment created
400 Invalid Parameters to create Deployment or
problems with the Resource Adapters
409 Deployment already exists
/Deployment/{id}
Desciption
Retrieve Deployment based on deployment ID
Method
get
Response Class
Deployment
Response Content-Type: application/xml, application/json
Parameters
Table 38. Parameters
Parameter Value Description Default Value Parameter
Type
Data Type
id (required) Deployment Id
(String)
N/A path string
42