Sysdig · Schema

Sysdig Alert

Schema for a Sysdig Monitor alert definition

Cloud SecurityContainersKubernetesRuntime SecuritySecurityVulnerability ManagementMonitoringObservabilityCSPMCompliance

Properties

Name Type Description
id integer Unique alert identifier
name string Alert name
description string Alert description
severity integer Alert severity level (0=highest, 7=lowest)
enabled boolean Whether the alert is active
condition string Alert condition expression in Sysdig query language
segmentBy array Fields to segment the alert by
timespan integer Time duration in microseconds for the alert evaluation window
type string Alert evaluation type
notificationChannelIds array IDs of notification channels for alert routing
View JSON Schema on GitHub

JSON Schema

sysdig-alert-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/sysdig/json-schema/sysdig-alert-schema.json",
  "title": "Sysdig Alert",
  "description": "Schema for a Sysdig Monitor alert definition",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Unique alert identifier",
      "readOnly": true
    },
    "name": {
      "type": "string",
      "description": "Alert name",
      "maxLength": 255
    },
    "description": {
      "type": "string",
      "description": "Alert description"
    },
    "severity": {
      "type": "integer",
      "description": "Alert severity level (0=highest, 7=lowest)",
      "minimum": 0,
      "maximum": 7
    },
    "enabled": {
      "type": "boolean",
      "description": "Whether the alert is active"
    },
    "condition": {
      "type": "string",
      "description": "Alert condition expression in Sysdig query language"
    },
    "segmentBy": {
      "type": "array",
      "description": "Fields to segment the alert by",
      "items": {
        "type": "string"
      }
    },
    "timespan": {
      "type": "integer",
      "description": "Time duration in microseconds for the alert evaluation window"
    },
    "type": {
      "type": "string",
      "description": "Alert evaluation type",
      "enum": ["MANUAL", "BASELINE", "HOST_COMPARISON"]
    },
    "notificationChannelIds": {
      "type": "array",
      "description": "IDs of notification channels for alert routing",
      "items": {
        "type": "integer"
      }
    }
  },
  "required": ["name", "condition"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/sysdig-alert"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.