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
Responses
200
OK
Returns OrgVdc of type(s) application/json;version=36.2
{
"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
Availability
Added in 35.0
Vdc Operations
GET
Get Compute Policies
GET
Get Vdc
GET
Get Vdc Max Compute Policy
GET
Query Vdcs
PUT
Update Vdc Max Compute Policy