Detailed ESXi host information
{ "$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" } } }