Get Zone
Retrieves a Zone.
zoneUrn
OK
{
"id": "string",
"name": "string",
"region": {
"name": "string",
"id": "string"
},
"memoryReservationUsedMiB": 0,
"memoryReservationMiB": 0,
"memoryUsedMiB": 0,
"memoryLimitMiB": 0,
"cpuReservationUsedMHz": 0,
"cpuReservationMHz": 0,
"cpuUsedMHz": 0,
"cpuLimitMHz": 0
}
Identifier for this zone. This is immutable.
The name of this zone.
Entity reference used to describe VCD entities
The amount of reserved memory resources used in MiB. For Tenants, this value represents the total given to all of a Tenant's Namespaces. For Providers, this value represents the total given to all Tenants.
The amount of reserved memory resources reserved in MiB.
The total amount of reserved and unreserved memory resources used in MiB. For Tenants, this value represents the total given to all of a Tenant's Namespaces. For Providers, this value represents the total given to all Tenants.
The total amount of reserved and unreserved memory resources allocated in MiB.
The amount of CPU resources used in MHz. For Tenants, this value represents the total given to all of a Tenant's Namespaces. For Providers, this value represents the total given to all Tenants.
The total amount of CPU resources reserved in MHz.
The amount of reserved and unreserved CPU resources used in MHz. For Tenants, this value represents the total given to all of a Tenant's Namespaces. For Providers, this value represents the total given to all Tenants.
The total amount of reserved and unreserved CPU resources allocated in MHz.
This operation contains the following vendor extensions defined in the spec:
[object Object]
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/vcf/zones/{zoneUrn}