ilert · Schema

AlertSourceLinkTemplate

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

Properties

Name Type Description
text string
hrefTemplate object
View JSON Schema on GitHub

JSON Schema

alertsourcelinktemplate.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/AlertSourceLinkTemplate",
  "title": "AlertSourceLinkTemplate",
  "required": [
    "hrefTemplate",
    "text"
  ],
  "type": "object",
  "properties": {
    "text": {
      "type": "string"
    },
    "hrefTemplate": {
      "$ref": "#/components/schemas/AlertSourceTemplate"
    }
  }
}