Example 444

Server Inventory

Infrastructure server inventory.

{
servers: [
{
hostname: "db-2"
ip: "8.28.57.208"
os: "Debian 12"
cpu_cores: 2
memory_gb: 4
status: "maintenance"
}

{
hostname: "web-6"
ip: "71.90.74.211"
os: "Debian 12"
cpu_cores: 8
memory_gb: 64
status: "maintenance"
}

{
hostname: "queue-7"
ip: "133.222.119.81"
os: "Ubuntu 22.04"
cpu_cores: 8
memory_gb: 32
status: "running"
}

{
hostname: "worker-8"
ip: "6.222.196.103"
os: "Debian 12"
cpu_cores: 2
memory_gb: 8
status: "running"
}

{
hostname: "db-9"
ip: "112.18.252.216"
os: "Debian 12"
cpu_cores: 8
memory_gb: 64
status: "stopped"
}

{
hostname: "web-2"
ip: "123.76.28.43"
os: "Alpine 3.19"
cpu_cores: 2
memory_gb: 8
status: "running"
}
]
}

See also