Solaris Zones · JSON Structure

Solaris Zone Monitoring Kstat Interface Structure

Type: object Properties: 5
ContainersKernel ZonesOperating SystemsOracleRADResource ManagementSolarisStatsStoreVirtualizationZones

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

Properties

href module name statistic instance

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "KstatInterface",
  "type": "object",
  "properties": {
    "href": {
      "type": "string"
    },
    "module": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "statistic": {
      "type": "string"
    },
    "instance": {
      "type": "string"
    }
  }
}