ilert · Schema

CParamsEmail

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

Properties

Name Type Description
recipients array
subject string
bodyTemplate string
View JSON Schema on GitHub

JSON Schema

cparamsemail.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/CParamsEmail",
  "title": "CParamsEmail",
  "type": "object",
  "properties": {
    "recipients": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "subject": {
      "type": "string"
    },
    "bodyTemplate": {
      "type": "string"
    }
  }
}