Netdata · Schema

Netdata Alert

A Netdata health alert/alarm instance

MonitoringObservabilityInfrastructureMetricsAlertsReal-TimeAPMDevOps

Properties

Name Type Description
id integer Unique alert identifier
name string Alert name as defined in health configuration
chart string Chart the alert applies to
family string Chart family
status string Current alert status
value numbernull Current metric value
units string Value units
info string Human-readable description
summary string Short summary
last_status_change integer Unix timestamp of last status change
last_updated integer Unix timestamp of last evaluation
node_id string ID of the node owning this alert
hostname string Hostname of the monitored node
View JSON Schema on GitHub

JSON Schema

netdata-alert-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/netdata/main/json-schema/netdata-alert-schema.json",
  "title": "Netdata Alert",
  "description": "A Netdata health alert/alarm instance",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Unique alert identifier"
    },
    "name": {
      "type": "string",
      "description": "Alert name as defined in health configuration"
    },
    "chart": {
      "type": "string",
      "description": "Chart the alert applies to"
    },
    "family": {
      "type": "string",
      "description": "Chart family"
    },
    "status": {
      "type": "string",
      "enum": [
        "UNDEFINED",
        "UNINITIALIZED",
        "CLEAR",
        "WARNING",
        "CRITICAL",
        "REMOVED"
      ],
      "description": "Current alert status"
    },
    "value": {
      "type": [
        "number",
        "null"
      ],
      "description": "Current metric value"
    },
    "units": {
      "type": "string",
      "description": "Value units"
    },
    "info": {
      "type": "string",
      "description": "Human-readable description"
    },
    "summary": {
      "type": "string",
      "description": "Short summary"
    },
    "last_status_change": {
      "type": "integer",
      "description": "Unix timestamp of last status change"
    },
    "last_updated": {
      "type": "integer",
      "description": "Unix timestamp of last evaluation"
    },
    "node_id": {
      "type": "string",
      "description": "ID of the node owning this alert"
    },
    "hostname": {
      "type": "string",
      "description": "Hostname of the monitored node"
    }
  },
  "required": [
    "id",
    "name",
    "chart",
    "status"
  ]
}

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/netdata-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.