API Guide

Table Of Contents
Response Status Codes
Table 54. Response Status Codes
HTTP Status Code Reason
200 Deployment migrated
404 Deployment not found
/Deployment/migrateServer/{serviceId}/{componentId}
Desciption
Mark server as failed, find another available to retry deployment ID
Method
put
Response Class
Deployment
Response Content-Type: application/xml, application/json
Parameters
Table 55. Parameters
Parameter Value Description Default Value Parameter
Type
Data Type
serviceId (required) N/A path string
componentId (required) N/A path string
Response Status Codes
Table 56. Response Status Codes
HTTP Status Code Reason
200 Server found
404 Server not found
/Deployment/serverNetworking/{serviceId}/{serverId}
Desciption
Returns the networks that a server in a deployment is using.
49