ilert · Schema

CParamsMicrosoftTeams

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

Properties

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

JSON Schema

cparamsmicrosoftteams.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/CParamsMicrosoftTeams",
  "title": "CParamsMicrosoftTeams",
  "required": [
    "channelId",
    "teamId"
  ],
  "type": "object",
  "properties": {
    "channelId": {
      "type": "string"
    },
    "channelName": {
      "type": "string"
    },
    "teamId": {
      "type": "string"
    },
    "teamName": {
      "type": "string"
    },
    "type": {
      "type": "string",
      "enum": [
        "chat",
        "meeting"
      ]
    }
  }
}