Example 4855

Server Inventory

Infrastructure server inventory.

{
servers: [
{
hostname: "web-5"
ip: "20.156.10.86"
os: "Debian 12"
cpu_cores: 2
memory_gb: 4
status: "running"
}

{
hostname: "db-4"
ip: "33.254.160.67"
os: "Alpine 3.19"
cpu_cores: 4
memory_gb: 4
status: "stopped"
}

{
hostname: "worker-7"
ip: "198.38.111.166"
os: "Debian 12"
cpu_cores: 4
memory_gb: 4
status: "stopped"
}

{
hostname: "cache-2"
ip: "6.224.175.120"
os: "Amazon Linux 2023"
cpu_cores: 8
memory_gb: 16
status: "running"
}

{
hostname: "db-2"
ip: "80.96.72.57"
os: "Debian 12"
cpu_cores: 16
memory_gb: 8
status: "running"
}

{
hostname: "db-3"
ip: "242.127.192.120"
os: "Amazon Linux 2023"
cpu_cores: 16
memory_gb: 4
status: "running"
}
]
}

See also