VMware · JSON Structure

Vmware Vsphere Host Info Structure

Type: object Properties: 3
Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

HostInfo is a JSON Structure definition published by VMware, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name connection_state power_state

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "HostInfo",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "connection_state": {
      "type": "string"
    },
    "power_state": {
      "type": "string"
    }
  }
}