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 .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
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: application/json
Content-Type: application/json
Content-Length: length
{"datacenterLocationDestination":"String","orgNameDestination":"String","vdcNameDestination":"String","vAppNameDestination":"String","userId":"String","orgNameSource":"String","vdcNameSource":"String","vAppNameSource":"String","vmNameSource":"String","dataCenterLocationSource":"String"}