Example 9559
Server Inventory
Infrastructure server inventory.
{
servers: [
{
hostname: "db-9"
ip: "38.124.215.179"
os: "Alpine 3.19"
cpu_cores: 2
memory_gb: 4
status: "running"
}
{
hostname: "api-5"
ip: "217.11.111.10"
os: "Amazon Linux 2023"
cpu_cores: 16
memory_gb: 8
status: "stopped"
}
{
hostname: "web-3"
ip: "146.12.213.96"
os: "Ubuntu 22.04"
cpu_cores: 2
memory_gb: 64
status: "running"
}
{
hostname: "worker-1"
ip: "135.110.188.190"
os: "Debian 12"
cpu_cores: 16
memory_gb: 8
status: "maintenance"
}
]
}