Query Information about vSphere Environment
Attention
New in version 16.0.12
Using a similar mechanism to what was described in the previous section about user permisisons, it is possible to query VMware to get different kinds of information. Below some examples:
// List networks
.query client=my-fd plugin="vsphere:" parameter=network
// List resource pools
.query client=my-fd plugin="vsphere:" parameter=pool
// List datastore
.query client=my-fd plugin="vsphere:" parameter=datastore
// List current configuration
.query client=my-fd plugin="vsphere:" parameter=config_list
// Check some configuration section
.query client=my-fd plugin="vsphere: sectionname=vsphere" parameter=config_check
See also
Go back to:
Go back to the main vSphere Plugin Configuration page.
Go back to the main vSphere Plugin page.