Example 2643
Server Inventory
Infrastructure server inventory.
{
servers: [
{
hostname: "worker-1"
ip: "5.50.25.193"
os: "Ubuntu 22.04"
cpu_cores: 8
memory_gb: 32
status: "stopped"
}
{
hostname: "api-9"
ip: "14.64.108.242"
os: "Debian 12"
cpu_cores: 4
memory_gb: 8
status: "running"
}
{
hostname: "queue-8"
ip: "145.107.98.233"
os: "Debian 12"
cpu_cores: 8
memory_gb: 32
status: "maintenance"
}
{
hostname: "api-3"
ip: "110.27.154.138"
os: "Debian 12"
cpu_cores: 4
memory_gb: 64
status: "stopped"
}
]
}