VMware · JSON Structure

Vmware Vsphere Vm Info Structure

Type: object Properties: 11
Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

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

Properties

name identity power_state guest_OS boot disks nics cdroms parallel_ports serial_ports floppy_drives

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "VMInfo",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "identity": {
      "type": "object"
    },
    "power_state": {
      "type": "string"
    },
    "guest_OS": {
      "type": "string"
    },
    "boot": {
      "type": "object"
    },
    "disks": {
      "type": "object"
    },
    "nics": {
      "type": "object"
    },
    "cdroms": {
      "type": "object"
    },
    "parallel_ports": {
      "type": "object"
    },
    "serial_ports": {
      "type": "object"
    },
    "floppy_drives": {
      "type": "object"
    }
  }
}