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=37.0
{
    "id": "string",
    "name": "string",
    "description": "string",
    "allocationType": "string",
    "org": {
        "name": "string",
        "id": "string"
    }
}
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

org