SAP HANA · JSON Structure

Sap Hana Cloud Rest Alert Event Structure

Type: object Properties: 12
AnalyticsCloudDatabaseEnterpriseIn-Memory

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

Properties

alertId alertRuleId alertName alertState severity description triggeredAt resolvedAt currentValue thresholdValue unit serviceInstanceId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AlertEvent",
  "type": "object",
  "properties": {
    "alertId": {
      "type": "string"
    },
    "alertRuleId": {
      "type": "string"
    },
    "alertName": {
      "type": "string"
    },
    "alertState": {
      "type": "string"
    },
    "severity": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "triggeredAt": {
      "type": "string"
    },
    "resolvedAt": {
      "type": "string"
    },
    "currentValue": {
      "type": "number"
    },
    "thresholdValue": {
      "type": "number"
    },
    "unit": {
      "type": "string"
    },
    "serviceInstanceId": {
      "type": "string"
    }
  }
}