ilert · Schema

EventServiceRef

Incident ManagementOn-Call AlertingAlert RoutingEscalation PoliciesOn-Call SchedulesStatus PagesHeartbeat MonitoringEvent ManagementDevOpsSREIT Operations

Properties

Name Type Description
id integer Optional service id for rare edge cases. Prefer alias.
alias string Service alias (preferred).
View JSON Schema on GitHub

JSON Schema

eventserviceref.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/EventServiceRef",
  "title": "EventServiceRef",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "format": "int64",
      "description": "Optional service id for rare edge cases. Prefer alias."
    },
    "alias": {
      "type": "string",
      "description": "Service alias (preferred)."
    }
  }
}