SAP HANA · Schema

AlertEventList

A list of alert events for an SAP HANA Cloud service instance.

AnalyticsCloudDatabaseEnterpriseIn-Memory

Properties

Name Type Description
items array The list of alert events.
View JSON Schema on GitHub

JSON Schema

sap-hana-cloud-rest-alert-event-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AlertEventList",
  "type": "object",
  "description": "A list of alert events for an SAP HANA Cloud service instance.",
  "properties": {
    "items": {
      "type": "array",
      "description": "The list of alert events."
    }
  }
}