Remove Participating Vdcs
Removes the vDCs from the specified vDC Group. Note that only up to 16 vDCs can be removed at a time.
Request
URI
POST
https://{api_host}/cloudapi/1.0.0/vdcGroups/{vdcGroupId}/vdcs/unpublish
COPY
Path Parameters
string
vdcGroupId
Required
vdcGroupId
string
vdcGroupId
Required
vdcGroupId
Request Body
ParticipatingVdcReferenceArray of type(s) application/json
Optional
[
{
"id": "string",
"vdcRef": {
"name": "string",
"id": "string"
},
"orgRef": {
"name": "string",
"id": "string"
},
"siteRef": {
"name": "string",
"id": "string"
},
"networkProviderScope": "string",
"faultDomainTag": "string",
"remoteOrg": false,
"status": {}
}
]
Responses
202
The request have been accepted and the task to monitor the request is in the Location header.
Operation doesn't return any data structure
Availability
Added in 39.0
On This Page
Vdc Group Operations
POST
Add Participating Vdcs
DELETE
Delete Vdc Group
GET
Get Participating Vdcs
GET
Get Vdc Group
POST
Remove Participating Vdcs
POST
Sync Vdc Group
PUT
Update Vdc Group