SigNoz · JSON Structure

Signoz Alert Structure

Structure of an alert rule in SigNoz observability platform.

Type: Properties: 0
APMAlertingCloud MonitoringDashboardsDistributed TracingInfrastructure MonitoringLogsMetricsObservabilityOpenTelemetryOpen-Source

SigNoz Alert is a JSON Structure definition published by SigNoz.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "SigNoz Alert",
  "description": "Structure of an alert rule in SigNoz observability platform.",
  "fields": [
    { "name": "id", "type": "integer", "description": "Unique alert rule identifier" },
    { "name": "name", "type": "string", "description": "Alert rule name", "required": true },
    { "name": "description", "type": "string", "description": "Alert rule description" },
    { "name": "condition", "type": "object", "description": "Alert condition with query and thresholds", "required": true },
    { "name": "condition.compositeQuery", "type": "object", "description": "Query definition for evaluating the alert" },
    { "name": "condition.op", "type": "string", "description": "Comparison operator (>, <, >=, <=, =, !=)" },
    { "name": "condition.target", "type": "number", "description": "Threshold value" },
    { "name": "evalWindow", "type": "string", "description": "Evaluation window (e.g., 5m, 15m, 1h)" },
    { "name": "frequency", "type": "string", "description": "Evaluation frequency" },
    { "name": "labels", "type": "object", "description": "Key-value label pairs" },
    { "name": "annotations", "type": "object", "description": "Key-value annotation pairs" },
    { "name": "severity", "type": "string", "description": "Severity level: info, warning, critical" },
    { "name": "state", "type": "string", "description": "Current state: normal, pending, firing, no_data, muted" },
    { "name": "alertType", "type": "string", "description": "Alert type: METRIC_BASED_ALERT, LOG_BASED_ALERT, TRACES_BASED_ALERT", "required": true },
    { "name": "channels", "type": "array", "description": "Notification channel IDs" },
    { "name": "createdAt", "type": "string", "format": "date-time", "description": "Creation timestamp" },
    { "name": "updatedAt", "type": "string", "format": "date-time", "description": "Last modification timestamp" },
    { "name": "createdBy", "type": "string", "description": "Creator user identifier" }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/signoz-alert-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

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

Get an API key

Free tier, no email required.

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