POST | /workloadmanage/move |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
DatacenterLocationDestination | body | string | No | |
orgNameDestination | body | string | No | |
vdcNameDestination | body | string | No | |
vAppNameDestination | body | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
userId | form | string | No | |
orgNameSource | form | string | No | |
vdcNameSource | form | string | No | |
vAppNameSource | form | string | No | |
vmNameSource | form | string | No | |
DataCenterLocationSource | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /workloadmanage/move HTTP/1.1
Host: n3tapi.palmettovdc.com
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
datacenterLocationDestination: String,
orgNameDestination: String,
vdcNameDestination: String,
vAppNameDestination: String,
userId: String,
orgNameSource: String,
vdcNameSource: String,
vAppNameSource: String,
vmNameSource: String,
dataCenterLocationSource: String
}