Example 3460
Server Inventory
Infrastructure server inventory.
{
servers: [
{
hostname: "web-7"
ip: "230.43.42.111"
os: "Amazon Linux 2023"
cpu_cores: 2
memory_gb: 4
status: "maintenance"
}
{
hostname: "api-4"
ip: "85.139.142.27"
os: "Amazon Linux 2023"
cpu_cores: 4
memory_gb: 4
status: "running"
}
{
hostname: "worker-2"
ip: "212.207.67.135"
os: "Alpine 3.19"
cpu_cores: 4
memory_gb: 64
status: "maintenance"
}
{
hostname: "web-6"
ip: "253.233.177.37"
os: "Debian 12"
cpu_cores: 16
memory_gb: 64
status: "stopped"
}
{
hostname: "web-2"
ip: "2.45.18.2"
os: "Debian 12"
cpu_cores: 2
memory_gb: 64
status: "running"
}
]
}