Example 8347
Server Inventory
Infrastructure server inventory.
{
servers: [
{
hostname: "worker-8"
ip: "82.77.109.79"
os: "Amazon Linux 2023"
cpu_cores: 2
memory_gb: 64
status: "running"
}
{
hostname: "cache-9"
ip: "5.187.235.141"
os: "Ubuntu 22.04"
cpu_cores: 8
memory_gb: 64
status: "maintenance"
}
{
hostname: "api-2"
ip: "36.118.147.49"
os: "Debian 12"
cpu_cores: 2
memory_gb: 16
status: "stopped"
}
]
}