Remove Participating Vdcs

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": {}
    }
]
Authentication
This operation uses the following authentication methods.
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