ilert · Schema

NotificationPreferencesUpdateType

Incident ManagementOn-Call AlertingAlert RoutingEscalation PoliciesOn-Call SchedulesStatus PagesHeartbeat MonitoringEvent ManagementDevOpsSREIT Operations
View JSON Schema on GitHub

JSON Schema

notificationpreferencesupdatetype.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/NotificationPreferencesUpdateType",
  "title": "NotificationPreferencesUpdateType",
  "type": "string",
  "enum": [
    "ALERT_ACCEPTED",
    "ALERT_RESOLVED",
    "ALERT_ESCALATED"
  ]
}