ilert · Schema

EventLink

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

Properties

Name Type Description
href string
text string
View JSON Schema on GitHub

JSON Schema

eventlink.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/EventLink",
  "title": "EventLink",
  "type": "object",
  "properties": {
    "href": {
      "type": "string"
    },
    "text": {
      "type": "string"
    }
  }
}