Red Hat · Schema

RuleStats

Aggregate statistics about Advisor rules.

CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

Properties

Name Type Description
total integer The total number of active rules.
by_category object Rule counts by category.
by_severity object Rule counts by total risk severity.
View JSON Schema on GitHub

JSON Schema

red-hat-insights-rule-stats-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RuleStats",
  "type": "object",
  "description": "Aggregate statistics about Advisor rules.",
  "properties": {
    "total": {
      "type": "integer",
      "description": "The total number of active rules."
    },
    "by_category": {
      "type": "object",
      "description": "Rule counts by category."
    },
    "by_severity": {
      "type": "object",
      "description": "Rule counts by total risk severity."
    }
  }
}