Netdata · Example Payload

Netdata Charts List Example

MonitoringObservabilityInfrastructureMetricsAlertsReal-TimeAPMDevOps

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

Top-level fields

versionrelease_channeluidhostnameostimezonechartscharts_countdimensions_count

Example Payload

Raw ↑
{
  "version": "1",
  "release_channel": "stable",
  "uid": "a1b2c3d4-0001-0001-0001-000000000001",
  "hostname": "prod-server-01",
  "os": "linux",
  "timezone": "America/New_York",
  "charts": {
    "system.cpu": {
      "id": "system.cpu",
      "name": "system.cpu",
      "family": "cpu",
      "context": "system.cpu",
      "title": "Total CPU utilization (SYSTEM)",
      "priority": 100,
      "plugin": "proc.plugin",
      "module": "/proc/stat",
      "units": "percentage",
      "type": "stacked",
      "update_every": 1,
      "last_updated": 1749756000,
      "dimensions": {
        "user": {
          "name": "user",
          "value": 4.5
        },
        "system": {
          "name": "system",
          "value": 1.2
        },
        "iowait": {
          "name": "iowait",
          "value": 0.1
        },
        "idle": {
          "name": "idle",
          "value": 94.2
        }
      }
    },
    "system.ram": {
      "id": "system.ram",
      "name": "system.ram",
      "family": "ram",
      "context": "system.ram",
      "title": "System RAM Usage",
      "priority": 200,
      "plugin": "proc.plugin",
      "module": "/proc/meminfo",
      "units": "MiB",
      "type": "stacked",
      "update_every": 1,
      "last_updated": 1749756000,
      "dimensions": {
        "used": {
          "name": "used",
          "value": 3200.0
        },
        "cached": {
          "name": "cached",
          "value": 1800.0
        },
        "buffers": {
          "name": "buffers",
          "value": 256.0
        },
        "free": {
          "name": "free",
          "value": 2744.0
        }
      }
    }
  },
  "charts_count": 2,
  "dimensions_count": 6
}

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-charts-list-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.