ilert · Schema

CParamsDingTalkAction

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

Properties

Name Type Description
url string
secret string
isAtAll boolean
atMobiles array
View JSON Schema on GitHub

JSON Schema

cparamsdingtalkaction.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/CParamsDingTalkAction",
  "title": "CParamsDingTalkAction",
  "type": "object",
  "properties": {
    "url": {
      "type": "string"
    },
    "secret": {
      "type": "string"
    },
    "isAtAll": {
      "type": "boolean"
    },
    "atMobiles": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}