Example 8250
Server Inventory
Infrastructure server inventory.
{
servers: [
{
hostname: "web-3"
ip: "118.157.16.19"
os: "Alpine 3.19"
cpu_cores: 4
memory_gb: 16
status: "stopped"
}
{
hostname: "cache-7"
ip: "55.42.177.10"
os: "Debian 12"
cpu_cores: 8
memory_gb: 64
status: "maintenance"
}
{
hostname: "worker-2"
ip: "132.221.130.36"
os: "Ubuntu 22.04"
cpu_cores: 4
memory_gb: 32
status: "running"
}
{
hostname: "web-1"
ip: "148.62.167.34"
os: "Ubuntu 22.04"
cpu_cores: 16
memory_gb: 16
status: "stopped"
}
]
}