SAP HANA · JSON Structure

Sap Hana Cloud Rest Alert Rule Structure

Type: object Properties: 10
AnalyticsCloudDatabaseEnterpriseIn-Memory

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

Properties

ruleId ruleName ruleType enabled severity metric thresholdOperator thresholdValue unit description

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AlertRule",
  "type": "object",
  "properties": {
    "ruleId": {
      "type": "string"
    },
    "ruleName": {
      "type": "string"
    },
    "ruleType": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    },
    "severity": {
      "type": "string"
    },
    "metric": {
      "type": "string"
    },
    "thresholdOperator": {
      "type": "string"
    },
    "thresholdValue": {
      "type": "number"
    },
    "unit": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  }
}