ilert · Schema

Integration

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

Properties

Name Type Description
id string
name string
type string
iconUrl string
documentationUrl string
integrationPath string
View JSON Schema on GitHub

JSON Schema

integration.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/Integration",
  "title": "Integration",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string",
      "enum": [
        "INBOUND",
        "NATIVE",
        "OUTBOUND"
      ]
    },
    "iconUrl": {
      "type": "string"
    },
    "documentationUrl": {
      "type": "string"
    },
    "integrationPath": {
      "type": "string"
    }
  }
}