ilert · Schema

MParamsDatadog

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

Properties

Name Type Description
region string
apiKey string
applicationKey string
View JSON Schema on GitHub

JSON Schema

mparamsdatadog.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/MParamsDatadog",
  "title": "MParamsDatadog",
  "required": [
    "apiKey",
    "applicationKey",
    "region"
  ],
  "type": "object",
  "properties": {
    "region": {
      "type": "string"
    },
    "apiKey": {
      "type": "string"
    },
    "applicationKey": {
      "type": "string"
    }
  }
}