Example 3853
Server Inventory
Infrastructure server inventory.
{
servers: [
{
hostname: "db-3"
ip: "57.89.231.64"
os: "Ubuntu 22.04"
cpu_cores: 16
memory_gb: 16
status: "maintenance"
}
{
hostname: "db-7"
ip: "194.204.183.228"
os: "Amazon Linux 2023"
cpu_cores: 2
memory_gb: 64
status: "running"
}
{
hostname: "api-5"
ip: "112.214.40.154"
os: "Debian 12"
cpu_cores: 16
memory_gb: 4
status: "running"
}
]
}