ilert · Schema

Event

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

Properties

Name Type Description
integrationKey string
eventType string the event type
summary string The event summary. Will be used as the alert summary if a new alert will be created.
details string The event details. Will be used as the alert details if a new alert will be created.
alertKey string Used to deduplicate events. If an open alert with the key already exists, the event will be appended to the alert's event log. Otherwise a new alert will be created. We will trim this value if necessa
priority object
severity integer Optional severity in range 1..5. Will overwrite the evaluated severity of the alert source.
images array
links array
comments array
labels object Optional key/value labels that are attached to the alert.
services array Optional list of service refs. Usually pass alias; id is optional for rare edge cases.
customDetails object
routingKey string Optional routing key that overwrites the escalation policy of the alert source for ALERT events. Must map to routingKey of escalation policy
View JSON Schema on GitHub

JSON Schema

event.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/Event",
  "title": "Event",
  "required": [
    "integrationKey",
    "eventType",
    "summary"
  ],
  "type": "object",
  "properties": {
    "integrationKey": {
      "type": "string"
    },
    "eventType": {
      "type": "string",
      "description": "the event type",
      "enum": [
        "ALERT",
        "ACCEPT",
        "RESOLVE",
        "COMMENT"
      ]
    },
    "summary": {
      "type": "string",
      "description": "The event summary. Will be used as the alert summary if a new alert will be created."
    },
    "details": {
      "type": "string",
      "description": "The event details. Will be used as the alert details if a new alert will be created."
    },
    "alertKey": {
      "type": "string",
      "description": "Used to deduplicate events. If an open alert with the key already exists, the event will be appended to the alert's event log. Otherwise a new alert will be created. We will trim this value if necessary. Upper casing is allowed, however comparison is case insensitive."
    },
    "priority": {
      "$ref": "#/components/schemas/AlertPriority"
    },
    "severity": {
      "maximum": 5,
      "minimum": 1,
      "type": "integer",
      "format": "int32",
      "description": "Optional severity in range 1..5. Will overwrite the evaluated severity of the alert source."
    },
    "images": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/EventImage"
      }
    },
    "links": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/EventLink"
      }
    },
    "comments": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/EventComment"
      }
    },
    "labels": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      },
      "description": "Optional key/value labels that are attached to the alert."
    },
    "services": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/EventServiceRef"
      },
      "description": "Optional list of service refs. Usually pass alias; id is optional for rare edge cases."
    },
    "customDetails": {
      "type": "object",
      "additionalProperties": true
    },
    "routingKey": {
      "type": "string",
      "description": "Optional routing key that overwrites the escalation policy of the alert source for ALERT events. Must map to routingKey of escalation policy"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/event"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.