Red Hat · JSON Structure

Red Hat Insights System Structure

Type: object Properties: 10
CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

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

Properties

system_uuid display_name last_seen stale_at hits critical_hits important_hits moderate_hits low_hits rhel_version

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "System",
  "type": "object",
  "properties": {
    "system_uuid": {
      "type": "string"
    },
    "display_name": {
      "type": "string"
    },
    "last_seen": {
      "type": "string"
    },
    "stale_at": {
      "type": "string"
    },
    "hits": {
      "type": "integer"
    },
    "critical_hits": {
      "type": "integer"
    },
    "important_hits": {
      "type": "integer"
    },
    "moderate_hits": {
      "type": "integer"
    },
    "low_hits": {
      "type": "integer"
    },
    "rhel_version": {
      "type": "string"
    }
  }
}