SAP HANA · Schema

AlertRule

An alert rule defining the condition and threshold that triggers an alert for an SAP HANA Cloud service instance. Rules can be cloud-native or embedded statistics server (ESS) based.

AnalyticsCloudDatabaseEnterpriseIn-Memory

Properties

Name Type Description
ruleId string The unique identifier of the alert rule.
ruleName string The human-readable name of the alert rule (e.g., Memory Usage Alert, Disk Full Alert).
ruleType string The type of alert rule.
enabled boolean Whether the alert rule is currently active.
severity string The severity level assigned to alerts triggered by this rule.
metric string The metric being monitored by this rule.
thresholdOperator string The comparison operator used to evaluate the threshold.
thresholdValue number The threshold value that triggers the alert when exceeded.
unit string The unit of measurement for the threshold value.
description string A description of what this alert rule monitors.
View JSON Schema on GitHub

JSON Schema

sap-hana-cloud-rest-alert-rule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AlertRule",
  "type": "object",
  "description": "An alert rule defining the condition and threshold that triggers an alert for an SAP HANA Cloud service instance. Rules can be cloud-native or embedded statistics server (ESS) based.",
  "properties": {
    "ruleId": {
      "type": "string",
      "description": "The unique identifier of the alert rule."
    },
    "ruleName": {
      "type": "string",
      "description": "The human-readable name of the alert rule (e.g., Memory Usage Alert, Disk Full Alert)."
    },
    "ruleType": {
      "type": "string",
      "description": "The type of alert rule."
    },
    "enabled": {
      "type": "boolean",
      "description": "Whether the alert rule is currently active."
    },
    "severity": {
      "type": "string",
      "description": "The severity level assigned to alerts triggered by this rule."
    },
    "metric": {
      "type": "string",
      "description": "The metric being monitored by this rule."
    },
    "thresholdOperator": {
      "type": "string",
      "description": "The comparison operator used to evaluate the threshold."
    },
    "thresholdValue": {
      "type": "number",
      "description": "The threshold value that triggers the alert when exceeded."
    },
    "unit": {
      "type": "string",
      "description": "The unit of measurement for the threshold value."
    },
    "description": {
      "type": "string",
      "description": "A description of what this alert rule monitors."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/sap-hana-cloud-rest-alert-rule"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.