ilert · Schema

CParamsSysdig

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

Properties

Name Type Description
tags array
eventFilter string
View JSON Schema on GitHub

JSON Schema

cparamssysdig.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/CParamsSysdig",
  "title": "CParamsSysdig",
  "type": "object",
  "properties": {
    "tags": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "eventFilter": {
      "type": "string"
    }
  }
}