ilert · Schema

Alert

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

Properties

Name Type Description
id integer
summary string
details string
reportTime string
resolvedOn string
status string
alertSource object
escalationPolicy object
priority object
alertKey string
assignedTo object This field (type: User) is deprecated, please use 'responders' instead
nextEscalation string
escalationRules array
nextEscalationUser object
nextEscalationRuleIndex number
images array
links array
responders array
severity integer Optional severity in range 1..5.
labels object Optional key/value labels that are attached to the alert.
customDetails object Free-form custom key/value details attached to the alert. This is the original event payload of the integration. Only present with ?include=customDetails on the single-alert GET (not on the list endpo
linkedIncidentId integer Id of the incident this alert is linked to, if any.
mergedIntoId integer Id of the alert this alert has been merged into, if any.
mergeState string The merge state of the alert.
View JSON Schema on GitHub

JSON Schema

alert.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/Alert",
  "title": "Alert",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "format": "int64"
    },
    "summary": {
      "type": "string"
    },
    "details": {
      "type": "string"
    },
    "reportTime": {
      "type": "string",
      "format": "date-time"
    },
    "resolvedOn": {
      "type": "string",
      "format": "date-time"
    },
    "status": {
      "type": "string",
      "enum": [
        "PENDING",
        "ACCEPTED",
        "RESOLVED"
      ]
    },
    "alertSource": {
      "$ref": "#/components/schemas/AlertSource"
    },
    "escalationPolicy": {
      "$ref": "#/components/schemas/EscalationPolicy"
    },
    "priority": {
      "$ref": "#/components/schemas/AlertPriority"
    },
    "alertKey": {
      "type": "string"
    },
    "assignedTo": {
      "type": "object",
      "properties": {
        "id": {
          "type": "number"
        }
      },
      "description": "This field (type: User) is deprecated, please use 'responders' instead"
    },
    "nextEscalation": {
      "type": "string",
      "format": "date-time",
      "readOnly": true
    },
    "escalationRules": {
      "type": "array",
      "readOnly": true,
      "items": {
        "$ref": "#/components/schemas/EscalationRule"
      }
    },
    "nextEscalationUser": {
      "$ref": "#/components/schemas/User"
    },
    "nextEscalationRuleIndex": {
      "type": "number",
      "readOnly": true
    },
    "images": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/EventImage"
      }
    },
    "links": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/EventLink"
      }
    },
    "responders": {
      "type": "array",
      "readOnly": true,
      "items": {
        "$ref": "#/components/schemas/AlertResponder"
      }
    },
    "severity": {
      "maximum": 5,
      "minimum": 1,
      "type": "integer",
      "format": "int32",
      "description": "Optional severity in range 1..5."
    },
    "labels": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      },
      "description": "Optional key/value labels that are attached to the alert."
    },
    "customDetails": {
      "type": "object",
      "additionalProperties": true,
      "description": "Free-form custom key/value details attached to the alert. This is the original event payload of the integration. Only present with ?include=customDetails on the single-alert GET (not on the list endpoint)."
    },
    "linkedIncidentId": {
      "type": "integer",
      "format": "int64",
      "readOnly": true,
      "description": "Id of the incident this alert is linked to, if any."
    },
    "mergedIntoId": {
      "type": "integer",
      "format": "int64",
      "readOnly": true,
      "description": "Id of the alert this alert has been merged into, if any."
    },
    "mergeState": {
      "type": "string",
      "readOnly": true,
      "enum": [
        "NONE",
        "MAIN",
        "MERGED"
      ],
      "description": "The merge state of the alert."
    }
  }
}

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/alert"
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.