Skip to content

3251 - Server Inventory

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

maml
{
  servers: [
    {
      hostname: "worker-6"
      ip: "93.210.127.54"
      os: "Alpine 3.19"
      cpu_cores: 8
      memory_gb: 4
      status: "maintenance"
    }

    {
      hostname: "web-5"
      ip: "66.4.42.174"
      os: "Ubuntu 22.04"
      cpu_cores: 4
      memory_gb: 16
      status: "running"
    }

    {
      hostname: "cache-8"
      ip: "57.103.251.239"
      os: "Ubuntu 22.04"
      cpu_cores: 2
      memory_gb: 64
      status: "stopped"
    }
  ]
}

See Also