Internal Node Documentation (Linux Kernel 5.4+)

This server provides internal telemetry and logging API endpoints for the distributed node cluster. Access is strictly restricted to authorized VNI (Virtual Network Interface) clients within the intranet.

GET /api/v1/sysinfo

Returns the current load average, memory usage, and uptime of the Ubuntu host daemon.

Response format: application/json

Status: Deprecated in favor of v2 endpoints.

POST /api/v1/telemetry/sync

Accepts binary telemetry data from worker nodes. Payload must be encrypted via standard AES-256-GCM. Unsigned packets will be dropped by the firewall silently.

Expected Headers: X-Node-Signature

GET /healthz

Basic health check for container orchestration probes (Kubernetes/Docker Swarm).

Response: 200 OK if the core daemon is active.