ilert · Schema

CParamsSlack

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

Properties

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

JSON Schema

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