ilert · Schema

ContactPhoneNumberPost

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

Properties

Name Type Description
regionCode string
target string
primary boolean May only be enabled for a single phone number contact at a time
View JSON Schema on GitHub

JSON Schema

contactphonenumberpost.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/ContactPhoneNumberPost",
  "title": "ContactPhoneNumberPost",
  "type": "object",
  "properties": {
    "regionCode": {
      "type": "string"
    },
    "target": {
      "type": "string"
    },
    "primary": {
      "type": "boolean",
      "description": "May only be enabled for a single phone number contact at a time"
    }
  }
}