Query node-level runtime information -- status, load averages, uptime, OS details, and manage power and processes.
| Method | Description | Idempotent |
|---|---|---|
NodeStatusGet(target) |
Get node registration status | Read-only |
NodeLoadGet(target) |
Get load averages | Read-only |
NodeUptimeGet(target) |
Get system uptime | Read-only |
NodeOSGet(target) |
Get OS distribution and version | Read-only |
| Operation | Permission |
|---|---|
| Read operations | node:read |
See
examples/operations/node-info.go
for a read-only workflow covering status, load, uptime, and OS queries.