Skip to content

2247 - Server Inventory

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

maml
{
  servers: [
    {
      hostname: "queue-6"
      ip: "204.185.128.171"
      os: "Alpine 3.19"
      cpu_cores: 16
      memory_gb: 64
      status: "stopped"
    }

    {
      hostname: "queue-2"
      ip: "161.185.215.141"
      os: "Alpine 3.19"
      cpu_cores: 4
      memory_gb: 32
      status: "stopped"
    }

    {
      hostname: "cache-3"
      ip: "189.49.83.90"
      os: "Ubuntu 22.04"
      cpu_cores: 16
      memory_gb: 8
      status: "running"
    }
  ]
}

See Also