Example 2552

Server Inventory

Infrastructure server inventory.

{
servers: [
{
hostname: "web-3"
ip: "233.10.12.54"
os: "Debian 12"
cpu_cores: 8
memory_gb: 32
status: "running"
}

{
hostname: "cache-5"
ip: "225.31.23.213"
os: "Alpine 3.19"
cpu_cores: 16
memory_gb: 4
status: "maintenance"
}

{
hostname: "cache-3"
ip: "226.62.141.28"
os: "Amazon Linux 2023"
cpu_cores: 16
memory_gb: 32
status: "running"
}

{
hostname: "queue-2"
ip: "245.8.251.3"
os: "Alpine 3.19"
cpu_cores: 4
memory_gb: 16
status: "running"
}

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

{
hostname: "web-7"
ip: "212.233.46.141"
os: "Ubuntu 22.04"
cpu_cores: 8
memory_gb: 4
status: "stopped"
}
]
}

See also