Get Participating Vdc
Retrieves a participating vDC from the specified vDC Group.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/vdcGroups/{vdcGroupId}/vdcs/{vdcId}
COPY
Path Parameters
string
vdcGroupId
Required
vdcGroupId
string
vdcId
Required
vdcId
string
vdcGroupId
Required
vdcGroupId
string
vdcId
Required
vdcId
Responses
200
OK
Returns ParticipatingVdcReference of type(s) application/json;version=38.1
{
"vdcRef": {
"name": "string",
"id": "string"
},
"orgRef": {
"name": "string",
"id": "string"
},
"siteRef": {
"name": "string",
"id": "string"
},
"networkProviderScope": "string",
"faultDomainTag": "string",
"remoteOrg": false
}
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.
Availability
Added in 39.0.0-alpha
Vdc Group Operations
POST
Create Participating Vdc
DELETE
Delete Participating Vdc
DELETE
Delete Vdc Group
GET
Get Participating Vdc
GET
Get Participating Vdcs
GET
Get Vdc Group
POST
Sync Vdc Group
PUT
Update Vdc Group