Get List of Provider Resource Pools
Ensure that Provider resource pools permissions are on. For more information about permissions refer to the Permissions section of this guide.
To view the list of provider vDCs, use the following request:
| |
XML Request Example
| |
JSON Request Example
| |
XML Output Example
| |
Where:
- id - the ID of the provider resource pool
- label - the name of the provider resource pool
- cpu_allocated - the amount of CPU (MHz) allocated to this provider resource pool
- cpu_total - the total amount of CPU on the provider resource pool
- cpu_used - the number of used CPU resources
- created_at - the date in the [YYYY][MM][DD]T[hh][mm][ss]Z format
- enabled - true if the provider resource pool is enabled; otherwise, false
- hypervisor_id - the ID of the compute resource
- identifier - the identifier of the provider resource pool
- memory_allocated - the amount of memory (MB) allocated to this provider resource pool
- memory_total - the total amount of memory on the provider resource pool
- memory_used - the amount of used memory (MB)
- network_provider_type - the type of the network provider, where 1 stands for NSX-V, 2 stands for NSX-T, and 0 for none
- updated_at - the date in the [YYYY][MM][DD]T[hh][mm][ss]Z format
- external_networks - the array of parameters related to the external network(s) associated with the provider resource pool
- backing_type - NSX_TIER0 for NSX-T and DVPORT_GOUP for NSX-V
- created_at - the date in the [YYYY][MM][DD]T[hh][mm][ss]Z format
- default_nat_rule_number - default NAT rule
- default_outside_ip_address_id - ID of the outside IP address
- dns_suffix - the DNS suffix
- dvportgroup - the port group that backs this network
- enabled - whether the network is enabled or not
- fence_mode - isolation type of the network
- gateway - the gateway associated with the network
- id - the ID of the network
- identifier - the identifier of the network
- ip_address_pool_id - the ID of the IP Address Pool
- is_nated - true if the NAT is used for translating the traffic; false if you are using your own firewall with the external IP address
- label - the name of the network
- netmask - IP of the network mask
- network_group_id - network zone ID
- parent_network_id - not relevant to external networks
- prefix_size - subnet prefix size
- primary_dns - IP address of the primary domain name system (DNS) server
- secondary_dns - IP address of the secondary domain name system (DNS) server
- shared - whether this external network is shared or not
- updated_at - the date in the [YYYY][MM][DD]T[hh][mm][ss]Z format
- user_id - owner ID
- vapp_id - the vApp associated with the network
- vdc_id - the resource pool associated with the network
- vlan - VLAN number
- storage_policies - the array of parameters related to the storage policies associated with the vDC
- closed - not relevant to storage policies
- created_at - the date in the [YYYY][MM][DD]T[hh][mm][ss]Z format
- draas_id - not relevant to storage policies
- federation_enabled - not relevant to storage policies
- federation_id - not relevant to storage policies
- hypervisor_id - the ID of the compute resource
- id - the ID of the storage policy
- identifier - the identifier of the storage policy
- label - the name of the storage policy
- location_group_id - the ID of a location group the storage policy is assigned to
- preconfigured_only - whether the storage policy can be used for creating Instance Package VSs only. When this option is enabled, the storage policy cannot be used during custom virtual server (VSs built by setting resources manually) creation.
- provider_vdc_id - the provider resource pool ID
- traded - not relevant to storage policies
- updated_at - the date in the [YYYY][MM][DD]T[hh][mm][ss]Z format
- default_max_iops - the default maximum IOPS value for the data store zone
- default_burst_iops - the default peak IOPS value
- min_disk_size - minimum disk size for the data store zone
- network_pools - the array of parameters related to the network pool(s) associated with the vDC
- closed - not relevant to network pools
- created_at - the date in the [YYYY][MM][DD]T[hh][mm][ss]Z format
- draas_id - not relevant to network pools
- federation_enabled - not relevant to network pools
- federation_id - not relevant to network pools
- hypervisor_id - the ID of the compute resource
- id - the ID of the network pool
- identifier - the identifier of the network pool
- label - the name of the network pool
- location_group_id - the ID of a location group the network pool is assigned to
- preconfigured_only - whether the network pool can be used for creating Instance Package VSs only. When this option is enabled, the pool cannot be used during custom virtual server (VSs built by setting resources manually) creation.
- provider_vdc_id - the provider resource pool ID
- traded - not relevant to storage policies
Page History:
v. 6.6 Edge 4
- Added the network_provider_type and backing_typе parameters.