Get List of Resource Pools
To view a list of resource pools, use the following request:
| |
XML Request Example
| |
JSON Request Example
| |
XML Output Example
| |
Where:
identifier - the identifier of the resource pool
label - the name of the resource pool
fast_provisioning - true if the fast provisioning is enabled for this resource pool; otherwise false
allocation_model - the type resource pool
enabled - true if the resource pool is enabled; otherwise false
vcpu_speed - the speed of vCPU (in MHz)
thin_provisioning - true if the thin provisioning is enabled for this resource pool; otherwise, false
network_quota - the number of networks that can be created within this resource pool
updated_at - the date in the [YYYY][MM][DD]T[hh][mm][ss]Z format
organization_id - the ID of the organization, to which the resource pool is assigned
provider_vdc_id - the provider resource pool ID
created_at - the date in the [YYYY][MM][DD]T[hh][mm][ss]Z format
id - the ID of the resource pool
cpu_allocated - the amount of CPU (MHz) allocated to this resource pool
cpu_limit - the maximum amount of CPU resources that can be used
cpu_used - the number of used CPU resources
cpu_reserved - the number of reserved CPU resources
guaranteed_cpu - the number of CPU resources (%) guaranteed to this resource pool
memory_allocated - the amount of memory (MB) allocated to this resource pool
memory_limit - the maximum amount of memory that can be used
memory_used - the amount of used memory (MB)
memory_reserved - the amount of reserved memory (MB)
guaranteed_memory - the amount of memory (%) guaranteed to this resource pool
locked - true if the resource pool is locked; otherwise, false
network_provider_type - the type of the network provider, can be NSX_T, NSX_V, or NONE
vm_quota - the number of virtual servers that can be created within this resource pool
Page History
v. 6.6 Edge 4
- Added network_provider_type parameter.
v. 5.6
- Added the provider_vdc_id parameter.