Netdata · Schema

Netdata Node

A Netdata monitoring node (agent instance)

MonitoringObservabilityInfrastructureMetricsAlertsReal-TimeAPMDevOps

Properties

Name Type Description
node_id string Unique node UUID
claim_id string Claim ID for Netdata Cloud association
hostname string Node hostname
hops integer Network hops from Cloud (0 = direct)
reachable boolean Whether the node is currently reachable
version string Netdata agent version
os string Operating system name
os_name string OS display name
os_version string OS version string
kernel_name string Kernel name
kernel_version string Kernel version
architecture string CPU architecture
cpus integer Number of CPU cores
memory integer Total memory in bytes
disk_space integer Total disk space in bytes
timezone string System timezone
last_seen integer Unix timestamp last seen by Cloud
created_at integer Unix timestamp node was first seen
View JSON Schema on GitHub

JSON Schema

netdata-node-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/netdata/main/json-schema/netdata-node-schema.json",
  "title": "Netdata Node",
  "description": "A Netdata monitoring node (agent instance)",
  "type": "object",
  "properties": {
    "node_id": {
      "type": "string",
      "description": "Unique node UUID"
    },
    "claim_id": {
      "type": "string",
      "description": "Claim ID for Netdata Cloud association"
    },
    "hostname": {
      "type": "string",
      "description": "Node hostname"
    },
    "hops": {
      "type": "integer",
      "description": "Network hops from Cloud (0 = direct)"
    },
    "reachable": {
      "type": "boolean",
      "description": "Whether the node is currently reachable"
    },
    "version": {
      "type": "string",
      "description": "Netdata agent version"
    },
    "os": {
      "type": "string",
      "description": "Operating system name"
    },
    "os_name": {
      "type": "string",
      "description": "OS display name"
    },
    "os_version": {
      "type": "string",
      "description": "OS version string"
    },
    "kernel_name": {
      "type": "string",
      "description": "Kernel name"
    },
    "kernel_version": {
      "type": "string",
      "description": "Kernel version"
    },
    "architecture": {
      "type": "string",
      "description": "CPU architecture"
    },
    "cpus": {
      "type": "integer",
      "description": "Number of CPU cores"
    },
    "memory": {
      "type": "integer",
      "description": "Total memory in bytes"
    },
    "disk_space": {
      "type": "integer",
      "description": "Total disk space in bytes"
    },
    "timezone": {
      "type": "string",
      "description": "System timezone"
    },
    "last_seen": {
      "type": "integer",
      "description": "Unix timestamp last seen by Cloud"
    },
    "created_at": {
      "type": "integer",
      "description": "Unix timestamp node was first seen"
    }
  },
  "required": [
    "node_id",
    "hostname",
    "reachable"
  ]
}

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-node"
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.