ilert · Schema

EParamsZabbix

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

Properties

Name Type Description
url string
apiKey string
View JSON Schema on GitHub

JSON Schema

eparamszabbix.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/EParamsZabbix",
  "title": "EParamsZabbix",
  "type": "object",
  "properties": {
    "url": {
      "type": "string"
    },
    "apiKey": {
      "type": "string"
    }
  }
}