Describe Node
GET/nodes/:id
Returns detailed information about a specific edge node.
What You Get
- Node specification (name, hostname, OS, architecture, agent version)
- Current labels and capabilities
- Connection status and session information
- Resource usage metrics (CPU, memory, disk)
- Heartbeat and connectivity timestamps
When to Use
- Check node health and resource utilization
- Verify node labels before job deployment
- Troubleshoot connectivity issues
- Monitor resource capacity for capacity planning
Related Endpoints
GET /nodes/{id}/executions- See jobs running on this node
Request
Responses
- 200
- 400
- 404
- 500
OK
Invalid node ID format
Node not found
Internal Server Error