VMware · JSON Structure

Vmware Vsphere Datastore Summary Structure

Type: object Properties: 5
Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

DatastoreSummary 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

datastore name type free_space capacity

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DatastoreSummary",
  "type": "object",
  "properties": {
    "datastore": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "free_space": {
      "type": "integer"
    },
    "capacity": {
      "type": "integer"
    }
  }
}