VMware · JSON Structure

Vmware Vsphere Vm Summary Structure

Type: object Properties: 5
Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

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

Properties

vm name power_state cpu_count memory_size_MiB

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "VMSummary",
  "type": "object",
  "properties": {
    "vm": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "power_state": {
      "type": "string"
    },
    "cpu_count": {
      "type": "integer"
    },
    "memory_size_MiB": {
      "type": "integer"
    }
  }
}