Skip to content

1643 - Server Inventory

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

maml
{
  servers: [
    {
      hostname: "queue-5"
      ip: "9.21.199.219"
      os: "Amazon Linux 2023"
      cpu_cores: 8
      memory_gb: 64
      status: "running"
    }

    {
      hostname: "db-1"
      ip: "13.82.137.86"
      os: "Alpine 3.19"
      cpu_cores: 2
      memory_gb: 8
      status: "maintenance"
    }

    {
      hostname: "worker-9"
      ip: "222.172.176.196"
      os: "Alpine 3.19"
      cpu_cores: 16
      memory_gb: 32
      status: "maintenance"
    }

    {
      hostname: "db-1"
      ip: "216.16.30.31"
      os: "Alpine 3.19"
      cpu_cores: 4
      memory_gb: 64
      status: "stopped"
    }

    {
      hostname: "cache-4"
      ip: "58.145.159.199"
      os: "Ubuntu 22.04"
      cpu_cores: 16
      memory_gb: 16
      status: "stopped"
    }

    {
      hostname: "db-1"
      ip: "193.231.249.236"
      os: "Debian 12"
      cpu_cores: 2
      memory_gb: 32
      status: "maintenance"
    }
  ]
}

See Also