Appearance
1947 - Server Inventory
Infrastructure server inventory. This is an example of a MAML document.
maml
{
servers: [
{
hostname: "queue-5"
ip: "144.86.182.21"
os: "Debian 12"
cpu_cores: 4
memory_gb: 16
status: "maintenance"
}
{
hostname: "cache-3"
ip: "53.15.33.223"
os: "Ubuntu 22.04"
cpu_cores: 16
memory_gb: 16
status: "maintenance"
}
{
hostname: "web-6"
ip: "70.43.224.99"
os: "Alpine 3.19"
cpu_cores: 4
memory_gb: 64
status: "running"
}
{
hostname: "api-4"
ip: "239.2.118.18"
os: "Alpine 3.19"
cpu_cores: 4
memory_gb: 8
status: "running"
}
]
}