SAP HANA · Example Payload

Sap Hana Listalertevents Example

AnalyticsCloudDatabaseEnterpriseIn-Memory

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

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "listAlertEvents",
  "method": "GET",
  "path": "/alerts/v1/serviceInstances/{serviceInstanceId}/events",
  "summary": "List Alert Events for a Service Instance",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listalertevents200Example",
      "example": {
        "items": [
          {
            "alertId": "500123",
            "alertRuleId": "500123",
            "alertName": "example_value",
            "alertState": "Active",
            "severity": "High",
            "description": "A sample description.",
            "triggeredAt": "2026-01-15T10:30:00Z",
            "resolvedAt": "2026-01-15T10:30:00Z",
            "currentValue": 42.5,
            "thresholdValue": 42.5,
            "unit": "example_value",
            "serviceInstanceId": "500123"
          }
        ]
      }
    }
  ]
}