Skip to content

4153 - Server Inventory

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

maml
{
  servers: [
    {
      hostname: "worker-9"
      ip: "53.230.185.127"
      os: "Debian 12"
      cpu_cores: 4
      memory_gb: 32
      status: "maintenance"
    }

    {
      hostname: "cache-9"
      ip: "31.199.202.211"
      os: "Ubuntu 22.04"
      cpu_cores: 2
      memory_gb: 4
      status: "running"
    }

    {
      hostname: "worker-2"
      ip: "169.243.115.228"
      os: "Debian 12"
      cpu_cores: 16
      memory_gb: 32
      status: "stopped"
    }

    {
      hostname: "api-6"
      ip: "60.191.240.43"
      os: "Amazon Linux 2023"
      cpu_cores: 8
      memory_gb: 4
      status: "maintenance"
    }

    {
      hostname: "web-9"
      ip: "233.252.210.93"
      os: "Ubuntu 22.04"
      cpu_cores: 2
      memory_gb: 4
      status: "stopped"
    }

    {
      hostname: "queue-3"
      ip: "6.154.104.60"
      os: "Debian 12"
      cpu_cores: 16
      memory_gb: 16
      status: "maintenance"
    }
  ]
}

See Also