VMware · JSON Structure

Vmware Vsphere Datacenter Info Structure

Type: object Properties: 5
Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

DatacenterInfo 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

name datastore_folder host_folder network_folder vm_folder

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DatacenterInfo",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "datastore_folder": {
      "type": "string"
    },
    "host_folder": {
      "type": "string"
    },
    "network_folder": {
      "type": "string"
    },
    "vm_folder": {
      "type": "string"
    }
  }
}