Example 856

Server Inventory

Infrastructure server inventory.

{
servers: [
{
hostname: "web-6"
ip: "168.204.123.194"
os: "Alpine 3.19"
cpu_cores: 8
memory_gb: 16
status: "maintenance"
}

{
hostname: "cache-8"
ip: "62.197.1.87"
os: "Debian 12"
cpu_cores: 4
memory_gb: 64
status: "maintenance"
}

{
hostname: "queue-6"
ip: "138.170.27.86"
os: "Debian 12"
cpu_cores: 2
memory_gb: 64
status: "running"
}
]
}

See also