{
"id": "container_abc123",
"docker_id": "a1b2c3d4e5f6",
"name": "nginx-web",
"image": "nginx:1.25",
"status": "running",
"host": {
"id": "host_xyz",
"name": "web-1"
},
"metrics": {
"cpu_percent": 2.5,
"memory_mb": 64,
"memory_limit_mb": 256,
"memory_percent": 25,
"network_in_bytes": 131072000,
"network_out_bytes": 47185920,
"block_read_bytes": 1048576,
"block_write_bytes": 524288,
"pids": 5
},
"config": {
"ports": ["80:80", "443:443"],
"environment": ["NGINX_HOST=example.com"],
"volumes": ["/data:/var/www:ro"],
"labels": {
"com.docker.compose.project": "myapp",
"com.docker.compose.service": "web"
}
},
"created_at": "2024-01-10T08:00:00Z",
"started_at": "2024-01-10T08:00:05Z",
"health_check": {
"status": "healthy",
"failing_streak": 0,
"last_check": "2024-01-15T10:29:55Z"
}
}