esxi
Supported platform
- vmware-esxi
- vmware-vsphere
Maturity
deprecated
Description
VMware ESXi resource
The esxi.host and esxi.vm resources are deprecated. Please use vsphere.host and vsphere.vm instead.
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| host | vsphere.host | Current targeted ESXi host |
| vm | vsphere.vm | Current targeted virtual machine |
Examples
Check that all kernel modules are signed
esxi.host {
kernelModules {
signedStatus == "Signed"
}
}