VMware · JSON Structure

Vmware Vsphere Session Info Structure

Type: object Properties: 3
Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

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

Properties

user created_time last_accessed_time

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SessionInfo",
  "type": "object",
  "properties": {
    "user": {
      "type": "string"
    },
    "created_time": {
      "type": "string"
    },
    "last_accessed_time": {
      "type": "string"
    }
  }
}