ilert · Schema

ConnectorType

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

JSON Schema

connectortype.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/ConnectorType",
  "title": "ConnectorType",
  "type": "string",
  "enum": [
    "jira",
    "microsoft_teams_bot",
    "servicenow",
    "slack",
    "zendesk",
    "discord",
    "github",
    "topdesk",
    "zammad",
    "mattermost",
    "zoom_chat",
    "dingtalk",
    "dynamic",
    "zabbix",
    "autotask",
    "google_chat_bot"
  ]
}