Get Region
Retrieves a region with the given ID.
regionUrn
OK
{
"id": "string",
"name": "string",
"description": "string",
"nsxManager": {
"name": "string",
"id": "string"
},
"supervisors": [
{
"name": "string",
"id": "string"
}
],
"storagePolicies": [
"string"
],
"status": "string",
"loadBalancerType": "string",
"memoryCapacityMiB": 0,
"memoryReservationCapacityMiB": 0,
"cpuCapacityMHz": 0,
"cpuReservationCapacityMHz": 0
}
The identifier of the region in URN format.
The name of the region. It must follow RFC 1123 Label Names to conform with Kubernetes standards.
The description of the region.
Entity reference used to describe VCD entities
A list of supervisors in a region
A list of distinct vCenter storage policy names from the vCenters taking part in this region. A storage policy with the given name must exist in all the vCenters of this region otherwise it will not be accepted. Only the storage policies added to a region can be published to the tenant Virtual Datacenters.
The creation status of the Region. Possible values are READY, NOT_READY, ERROR, FAILED, DELETING. A Region needs to be ready and enabled to be usable.
The load balancer type of the supervisors in a Region
Total memory resources (in mebibytes) available to this Region.
Total memory reservation resources (in mebibytes) available to this Region.
Total CPU resources in MHz available to this Region.
Total CPU reservation resources in MHz available to this Region.
This operation contains the following vendor extensions defined in the spec:
[object Object]
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/vcf/regions/{regionUrn}