SAP HANA · Schema

AlertRuleList

A list of alert rules configured for an SAP HANA Cloud service instance.

AnalyticsCloudDatabaseEnterpriseIn-Memory

Properties

Name Type Description
items array The list of alert rules.
View JSON Schema on GitHub

JSON Schema

sap-hana-alertrulelist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AlertRuleList",
  "title": "AlertRuleList",
  "type": "object",
  "description": "A list of alert rules configured for an SAP HANA Cloud service instance.",
  "properties": {
    "items": {
      "type": "array",
      "description": "The list of alert rules.",
      "items": {
        "$ref": "#/components/schemas/AlertRule"
      },
      "example": []
    }
  }
}