ilert · Schema

CParamsGoogleFunction

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

Properties

Name Type Description
webhookUrl string
bodyTemplate string
View JSON Schema on GitHub

JSON Schema

cparamsgooglefunction.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/CParamsGoogleFunction",
  "title": "CParamsGoogleFunction",
  "type": "object",
  "properties": {
    "webhookUrl": {
      "type": "string"
    },
    "bodyTemplate": {
      "type": "string"
    }
  }
}