SAP HANA · Example Payload

Sap Hana Cloud Rest Alert Event Example

A sample description.

AnalyticsCloudDatabaseEnterpriseIn-Memory

Sap Hana Cloud Rest Alert Event Example is an example object payload from SAP HANA, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

alertIdalertRuleIdalertNamealertStateseveritydescriptiontriggeredAtresolvedAtcurrentValuethresholdValueunitserviceInstanceId

Example Payload

Raw ↑
{
  "alertId": "500123",
  "alertRuleId": "500123",
  "alertName": "example_value",
  "alertState": "example_value",
  "severity": "example_value",
  "description": "A sample description.",
  "triggeredAt": "example_value",
  "resolvedAt": "example_value",
  "currentValue": 42.5,
  "thresholdValue": 42.5,
  "unit": "example_value",
  "serviceInstanceId": "500123"
}