API Guide

Response Content-Type: application/xml, application/json
Parameters
Table 61. Parameters
Parameter Value Description Default Value Parameter Type Data Type
body N/A Service template N/A body ServiceTemplate
numOfDeployments N/A Number of
deployments
N/A path integer
unique N/A If true (the default),
only assign a server
to one component
per deployment.
Otherwise the same
server may be
assigned to multiple
components.
true query boolean
Response Status Codes
Table 62. Response Status Codes
HTTP Status Code Reason
200 DeploymentFilterResponse retrieved
400 Invalid Parameters to getAvailableServers
500 Unable to nd available servers
/Deployment/migrate/{serviceId}/{serverId}
Description
Migrate Deployment based on deployment ID
Method
put
Response Class
Deployment
Response Content-Type: application/xml, application/json
Parameters
Table 63. Parameters
Parameter Value Description Default Value Parameter Type Data Type
body N/A Target server pool
ID
N/A body string
serviceId (required) Deployment ID N/A path string
45