Solaris Zones · JSON Structure

Solaris Rad Zonemgr Zone Detail Structure

Type: object Properties: 6
ContainersKernel ZonesOperating SystemsOracleRADResource ManagementSolarisStatsStoreVirtualizationZones

ZoneDetail is a JSON Structure definition published by Solaris Zones, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name id uuid state brand auxstate

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ZoneDetail",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "id": {
      "type": "integer"
    },
    "uuid": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "brand": {
      "type": "string"
    },
    "auxstate": {
      "type": "array"
    }
  }
}