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.
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.
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
Basic health check for container orchestration probes (Kubernetes/Docker Swarm).
Response: 200 OK if the core daemon is active.