Skip to content

1350 - Server Inventory

Infrastructure server inventory. This is an example of a MAML document.

maml
{
  servers: [
    {
      hostname: "web-4"
      ip: "227.220.191.249"
      os: "Debian 12"
      cpu_cores: 2
      memory_gb: 16
      status: "running"
    }

    {
      hostname: "worker-5"
      ip: "21.169.181.229"
      os: "Alpine 3.19"
      cpu_cores: 8
      memory_gb: 32
      status: "maintenance"
    }

    {
      hostname: "queue-8"
      ip: "212.126.12.111"
      os: "Debian 12"
      cpu_cores: 16
      memory_gb: 64
      status: "stopped"
    }

    {
      hostname: "cache-7"
      ip: "68.101.110.200"
      os: "Alpine 3.19"
      cpu_cores: 8
      memory_gb: 32
      status: "maintenance"
    }

    {
      hostname: "queue-9"
      ip: "237.243.5.92"
      os: "Alpine 3.19"
      cpu_cores: 16
      memory_gb: 64
      status: "running"
    }
  ]
}

See Also