Example 9941
Server Inventory
Infrastructure server inventory.
{
servers: [
{
hostname: "api-3"
ip: "111.109.89.134"
os: "Debian 12"
cpu_cores: 16
memory_gb: 4
status: "stopped"
}
{
hostname: "api-2"
ip: "14.78.110.223"
os: "Ubuntu 22.04"
cpu_cores: 16
memory_gb: 32
status: "maintenance"
}
{
hostname: "db-2"
ip: "141.150.160.46"
os: "Alpine 3.19"
cpu_cores: 4
memory_gb: 64
status: "running"
}
{
hostname: "worker-9"
ip: "21.133.76.148"
os: "Alpine 3.19"
cpu_cores: 16
memory_gb: 8
status: "running"
}
]
}