Netdata · Example Payload

Netdata Alerts Example

MonitoringObservabilityInfrastructureMetricsAlertsReal-TimeAPMDevOps

Netdata Alerts Example is an example object payload from Netdata, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

hostnamelatest_alarm_log_unique_idstatusnowalarms

Example Payload

Raw ↑
{
  "hostname": "prod-server-01",
  "latest_alarm_log_unique_id": 42,
  "status": true,
  "now": 1749756000,
  "alarms": {
    "disk_space_usage": {
      "id": 1,
      "name": "disk_space_usage",
      "chart": "disk_space._",
      "family": "disk",
      "status": "WARNING",
      "value": 82.5,
      "units": "%",
      "info": "disk / space usage",
      "summary": "Disk space usage is high",
      "last_status_change": 1749752000,
      "last_updated": 1749756000,
      "node_id": "a1b2c3d4-0001-0001-0001-000000000001",
      "hostname": "prod-server-01"
    },
    "ram_usage": {
      "id": 2,
      "name": "ram_usage",
      "chart": "system.ram",
      "family": "ram",
      "status": "CLEAR",
      "value": 62.1,
      "units": "%",
      "info": "system memory usage",
      "summary": "RAM usage normal",
      "last_status_change": 1749700000,
      "last_updated": 1749756000,
      "node_id": "a1b2c3d4-0001-0001-0001-000000000001",
      "hostname": "prod-server-01"
    }
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/netdata-alerts-example"
All examples
curl "https://apis.io/api/v1/examples?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.