Solaris Zones · JSON Structure

Solaris Statsstore System Statistic Structure

Type: object Properties: 4
ContainersKernel ZonesOperating SystemsOracleRADResource ManagementSolarisStatsStoreVirtualizationZones

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

Properties

metric value unit timestamp

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SystemStatistic",
  "type": "object",
  "properties": {
    "metric": {
      "type": "string"
    },
    "value": {
      "type": "number"
    },
    "unit": {
      "type": "string"
    },
    "timestamp": {
      "type": "string"
    }
  }
}