ilert · Schema

CParamsTelegram

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

Properties

Name Type Description
channelId string The telegram group id, usually i64, as string
View JSON Schema on GitHub

JSON Schema

cparamstelegram.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/CParamsTelegram",
  "title": "CParamsTelegram",
  "required": [
    "channelId"
  ],
  "type": "object",
  "properties": {
    "channelId": {
      "type": "string",
      "description": "The telegram group id, usually i64, as string"
    }
  }
}