Skip to main content

esxi

Supported platform

  • vmware-esxi
  • vmware-vsphere

Maturity

deprecated

Description

VMware ESXi resource

The esxi.host and esxi.vm resource is deprecated. Please use vsphere.host and vsphere.vm instead.

Fields

IDTYPEDESCRIPTION
hostvsphere.hostCurrent targeted ESXi host
vmvsphere.vmCurrent targeted virtual machine

Examples

Check that all kernel modules are signed

esxi.host {
kernelModules {
signedStatus == "Signed"
}
}