Get Vdc

Get Vdc

Retrieves a specific vDC via URN.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/vdcs/{orgVdcId}
COPY
Path Parameters
string
orgVdcId
Required

orgVdcId

string
orgVdcId
Required

orgVdcId


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns OrgVdc of type(s) application/json;version=39.0
{
    "id": "string",
    "name": "string",
    "description": "string",
    "allocationType": "string",
    "org": {
        "name": "string",
        "id": "string"
    },
    "networkingTenancyEnabled": false,
    "vappNetworkStandbyEnabled": false,
    "vappNatTypeReflexiveEnabled": false
}
string
id
Optional

A unique identifier for the vdc.

string
name
Optional

The name of the vdc.

string
description
Optional

The description of the vdc.

string
allocationType
Optional

The allocation type of the vdc, one of: ALLOCATION_VAPP, ALLOCATION_POOL, RESERVATION_POOL, FLEX

org
Optional

Entity reference used to describe VCD entities

boolean
networkingTenancyEnabled
Optional

Whether this vdc is using networking tenancy in the backing networking provider. This is read only, configured on vdc creation.

boolean
vappNetworkStandbyEnabled
Optional

Whether vApp networks have Standby Relocation enabled in NSX-T. True means Standby Relocation in NSX-T is enabled in case of edge node failure. False means it is not enabled.

boolean
vappNatTypeReflexiveEnabled
Optional

Whether vApp network NAT rules will be created using reflexive NAT or SNAT/DNAT. True means NAT rules will use reflexive NAT. False means they will use a pair of SNAT and DNAT rules. If not set, this value defaults to false.