ilert · Schema

AlertActionResult

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

Properties

Name Type Description
id string
alertActionId string
connectorId string
alertId number
success boolean
actor object
View JSON Schema on GitHub

JSON Schema

alertactionresult.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/AlertActionResult",
  "title": "AlertActionResult",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "alertActionId": {
      "type": "string"
    },
    "connectorId": {
      "type": "string"
    },
    "alertId": {
      "type": "number"
    },
    "success": {
      "type": "boolean"
    },
    "actor": {
      "$ref": "#/components/schemas/User"
    }
  }
}