Create Participating Vdc

Create Participating Vdc

Creates a participating vDC for the specified vDC Group.

Request
URI
POST
https://{api_host}/cloudapi/1.0.0/vdcGroups/{vdcGroupId}/vdcs
COPY
Path Parameters
string
vdcGroupId
Required

vdcGroupId

string
vdcGroupId
Required

vdcGroupId


Request Body
ParticipatingVdcReference of type(s) application/json
Required
{
    "vdcRef": {
        "name": "string",
        "id": "string"
    },
    "orgRef": {
        "name": "string",
        "id": "string"
    },
    "siteRef": {
        "name": "string",
        "id": "string"
    },
    "networkProviderScope": "string",
    "faultDomainTag": "string",
    "remoteOrg": false
}
vdcRef
Required

vdcRef

orgRef
Optional

orgRef

siteRef
Optional

siteRef

string
networkProviderScope
Optional

Read-only field that specifies the network provider scope of the vDC.

string
faultDomainTag
Optional

Represents the fault domain of a given organization vDC. For NSX_V backed organization vDCs, this is the network provider scope. For NSX_T backed organization vDCs, this can vary (for example name of the provider vDC or compute provider scope).

boolean
remoteOrg
Optional

Read-only field that specifies whether the vDC is local to this VCD site.

status
Optional

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