VMware · Schema

HostInfo

Detailed ESXi host information

Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

Properties

Name Type Description
name string Host name
connection_state string
power_state string
View JSON Schema on GitHub

JSON Schema

vmware-vsphere-host-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "HostInfo",
  "type": "object",
  "description": "Detailed ESXi host information",
  "properties": {
    "name": {
      "type": "string",
      "description": "Host name"
    },
    "connection_state": {
      "type": "string"
    },
    "power_state": {
      "type": "string"
    }
  }
}