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
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AlertRule",
"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.",
"example": "500123"
},
"ruleName": {
"type": "string",
"description": "The human-readable name of the alert rule (e.g., Memory Usage Alert, Disk Full Alert).",
"example": "example_value"
},
"ruleType": {
"type": "string",
"description": "The type of alert rule.",
"enum": [
"cloud-native",
"ess"
],
"example": "cloud-native"
},
"enabled": {
"type": "boolean",
"description": "Whether the alert rule is currently active.",
"example": true
},
"severity": {
"type": "string",
"description": "The severity level assigned to alerts triggered by this rule.",
"enum": [
"High",
"Medium",
"Low",
"Information"
],
"example": "High"
},
"metric": {
"type": "string",
"description": "The metric being monitored by this rule.",
"example": "example_value"
},
"thresholdOperator": {
"type": "string",
"description": "The comparison operator used to evaluate the threshold.",
"enum": [
"GREATER_THAN",
"GREATER_THAN_OR_EQUAL",
"LESS_THAN",
"LESS_THAN_OR_EQUAL",
"EQUAL"
],
"example": "GREATER_THAN"
},
"thresholdValue": {
"type": "number",
"format": "double",
"description": "The threshold value that triggers the alert when exceeded.",
"example": 42.5
},
"unit": {
"type": "string",
"description": "The unit of measurement for the threshold value.",
"example": "example_value"
},
"description": {
"type": "string",
"description": "A description of what this alert rule monitors.",
"example": "A sample description."
}
}
}
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-alertrule"
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.