ilert · Schema

ContactEmail

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

Properties

Name Type Description
id integer
target string
status object
View JSON Schema on GitHub

JSON Schema

contactemail.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/ContactEmail",
  "title": "ContactEmail",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "format": "int64"
    },
    "target": {
      "type": "string"
    },
    "status": {
      "$ref": "#/components/schemas/ContactStatus"
    }
  }
}