Nodes Registry Module
This module manages node information in the Hyperspot deployment. A node represents a deployment unit (host, VM, container) where Hyperspot is running.
Each node contains:
- System information (OS, CPU, memory, etc.)
- System capabilities (hardware, software features)
- Node metadata (ID, hostname, IP, etc.)
The module provides REST API endpoints to:
- List all nodes
- Get node information by ID
- Access node sysinfo via /nodes/{id}/sysinfo
- Access node syscap via /nodes/{id}/syscap