Example 2459
Server Inventory
Infrastructure server inventory.
{
servers: [
{
hostname: "web-1"
ip: "215.144.65.159"
os: "Alpine 3.19"
cpu_cores: 2
memory_gb: 64
status: "running"
}
{
hostname: "web-5"
ip: "21.201.75.149"
os: "Amazon Linux 2023"
cpu_cores: 16
memory_gb: 32
status: "stopped"
}
{
hostname: "queue-6"
ip: "98.4.111.200"
os: "Ubuntu 22.04"
cpu_cores: 2
memory_gb: 16
status: "maintenance"
}
{
hostname: "worker-1"
ip: "199.196.22.106"
os: "Amazon Linux 2023"
cpu_cores: 16
memory_gb: 32
status: "maintenance"
}
{
hostname: "api-3"
ip: "90.67.137.161"
os: "Ubuntu 22.04"
cpu_cores: 2
memory_gb: 4
status: "maintenance"
}
]
}