Example 11152
Server Inventory
Infrastructure server inventory.
{
servers: [
{
hostname: "worker-8"
ip: "22.46.123.132"
os: "Amazon Linux 2023"
cpu_cores: 16
memory_gb: 8
status: "stopped"
}
{
hostname: "db-7"
ip: "57.72.234.53"
os: "Alpine 3.19"
cpu_cores: 8
memory_gb: 32
status: "maintenance"
}
{
hostname: "queue-3"
ip: "116.248.34.98"
os: "Debian 12"
cpu_cores: 2
memory_gb: 16
status: "running"
}
{
hostname: "db-4"
ip: "96.68.151.51"
os: "Ubuntu 22.04"
cpu_cores: 16
memory_gb: 4
status: "stopped"
}
{
hostname: "db-6"
ip: "5.182.176.36"
os: "Debian 12"
cpu_cores: 2
memory_gb: 64
status: "stopped"
}
]
}