Example 7852
Server Inventory
Infrastructure server inventory.
{
servers: [
{
hostname: "db-9"
ip: "235.87.100.86"
os: "Alpine 3.19"
cpu_cores: 8
memory_gb: 8
status: "stopped"
}
{
hostname: "api-4"
ip: "135.132.221.111"
os: "Ubuntu 22.04"
cpu_cores: 4
memory_gb: 64
status: "maintenance"
}
{
hostname: "db-6"
ip: "144.44.132.139"
os: "Ubuntu 22.04"
cpu_cores: 4
memory_gb: 64
status: "running"
}
{
hostname: "worker-9"
ip: "57.174.117.63"
os: "Debian 12"
cpu_cores: 2
memory_gb: 4
status: "stopped"
}
]
}