Cribl · Capability
Cribl Cloud API — Nodes
Cribl Cloud API — Nodes. 4 operations. Lead operation: List all worker and edge nodes. Self-contained Naftiko capability covering one Cribl business surface.
What You Can Do
GET
Listnodes
— List all worker and edge nodes
/v1/master/workers
GET
Getnodecount
— Get node count
/v1/master/workers/count
GET
Getnode
— Get a node by ID
/v1/master/workers/{id}
POST
Restartnode
— Restart a node
/v1/master/workers/{id}/restart
MCP Tools
list-all-worker-and-edge
List all worker and edge nodes
read-only
idempotent
get-node-count
Get node count
read-only
idempotent
get-node-id
Get a node by ID
read-only
idempotent
restart-node
Restart a node