Solaris Zones · JSON Structure

Solaris Statsstore Statistic Identifier Structure

Type: object Properties: 3
ContainersKernel ZonesOperating SystemsOracleRADResource ManagementSolarisStatsStoreVirtualizationZones

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

Properties

ssid type description

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "StatisticIdentifier",
  "type": "object",
  "properties": {
    "ssid": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  }
}