{
"id": "host_abc123",
"name": "web-1",
"hostname": "web-1.example.com",
"status": "healthy",
"os": "Ubuntu 22.04",
"kernel": "5.15.0-91-generic",
"arch": "amd64",
"cpu": {
"cores": 4,
"model": "Intel Xeon E5-2686 v4",
"usage_percent": 45,
"user_percent": 35,
"system_percent": 10,
"load_1m": 1.2,
"load_5m": 1.1,
"load_15m": 0.9
},
"memory": {
"total_gb": 16,
"used_gb": 10.88,
"available_gb": 5.12,
"used_percent": 68,
"swap_total_gb": 4,
"swap_used_gb": 0.5,
"cached_gb": 3.2
},
"disks": [
{
"mount": "/",
"device": "/dev/sda1",
"fs_type": "ext4",
"total_gb": 100,
"used_gb": 52,
"available_gb": 48,
"used_percent": 52
}
],
"network": {
"interfaces": [
{
"name": "eth0",
"ip": "10.0.0.5",
"bytes_in_per_sec": 1024000,
"bytes_out_per_sec": 512000
}
]
},
"containers": 3,
"uptime_seconds": 864000,
"last_seen": "2024-01-15T10:30:00Z",
"agent_version": "1.2.3",
"tags": {
"environment": "production",
"role": "web"
}
}