Example 15349

Server Inventory

Infrastructure server inventory.

{
servers: [
{
hostname: "web-8"
ip: "222.239.120.150"
os: "Amazon Linux 2023"
cpu_cores: 4
memory_gb: 4
status: "running"
}

{
hostname: "api-2"
ip: "87.188.110.84"
os: "Debian 12"
cpu_cores: 2
memory_gb: 8
status: "stopped"
}

{
hostname: "worker-6"
ip: "202.211.136.81"
os: "Ubuntu 22.04"
cpu_cores: 8
memory_gb: 64
status: "maintenance"
}
]
}

See also