ilert · Schema

CParamsGoogleChat

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

Properties

Name Type Description
channelId string
channelName string
View JSON Schema on GitHub

JSON Schema

cparamsgooglechat.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/CParamsGoogleChat",
  "title": "CParamsGoogleChat",
  "required": [
    "channelId"
  ],
  "type": "object",
  "properties": {
    "channelId": {
      "type": "string"
    },
    "channelName": {
      "type": "string"
    }
  }
}