Add Participating Vdcs

Add Participating Vdcs

Adds the vDCs to the specified vDC Group. Note that only up to 16 vDCs can be added at a time.

Request
URI
POST
https://{api_host}/cloudapi/1.0.0/vdcGroups/{vdcGroupId}/vdcs/publish
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