List Host Operations

Attention

New in version 16.0.12

It is possible to list Vmware hosts and apply different filters:

// List all hosts
.query client=my-fd plugin="vsphere:" parameter=host

// List hosts by tag name
.query client=my-fd plugin="vsphere: filter=tag filter_value=tag1" parameter=host

// List hosts by tag id
.query client=my-fd plugin="vsphere: filter=tag_id filter_value=id1" parameter=host

// List hosts by resource pool
.query client=my-fd plugin="vsphere: filter=pool filter_value=myPoolMoref1" parameter=host

// List hosts by datastore
.query client=my-fd plugin="vsphere: filter=datastore filter_value=myDatastore1" parameter=host

// List hosts by host ESXi
.query client=my-fd plugin="vsphere: filter=host filter_value=myHost1" parameter=host

// List hosts by datacenter
.query client=my-fd plugin="vsphere: filter=datacenter filter_value=dc1" parameter=host

Go back to the main vSphere Plugin Operations page.

Go back to the main vSphere Plugin page.