VMware · JSON Structure

Vmware Vsphere Library Info Structure

Type: object Properties: 9
Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

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

Properties

id name description type creation_time last_modified_time last_sync_time storage_backings version

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "LibraryInfo",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "creation_time": {
      "type": "string"
    },
    "last_modified_time": {
      "type": "string"
    },
    "last_sync_time": {
      "type": "string"
    },
    "storage_backings": {
      "type": "array"
    },
    "version": {
      "type": "string"
    }
  }
}