Example 4052

Server Inventory

Infrastructure server inventory.

{
servers: [
{
hostname: "worker-3"
ip: "5.4.39.17"
os: "Alpine 3.19"
cpu_cores: 16
memory_gb: 4
status: "maintenance"
}

{
hostname: "cache-8"
ip: "55.78.89.26"
os: "Debian 12"
cpu_cores: 4
memory_gb: 32
status: "stopped"
}

{
hostname: "cache-5"
ip: "101.215.71.125"
os: "Ubuntu 22.04"
cpu_cores: 8
memory_gb: 64
status: "running"
}

{
hostname: "web-3"
ip: "255.204.190.20"
os: "Alpine 3.19"
cpu_cores: 4
memory_gb: 32
status: "stopped"
}
]
}

See also