Red Hat · JSON Structure

Red Hat Insights System Stats Structure

Type: object Properties: 3
CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

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

Properties

total stale with_hits

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SystemStats",
  "type": "object",
  "properties": {
    "total": {
      "type": "integer"
    },
    "stale": {
      "type": "integer"
    },
    "with_hits": {
      "type": "integer"
    }
  }
}