Skip to content

1443 - Server Inventory

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

maml
{
  servers: [
    {
      hostname: "web-9"
      ip: "225.2.248.38"
      os: "Amazon Linux 2023"
      cpu_cores: 4
      memory_gb: 64
      status: "running"
    }

    {
      hostname: "cache-6"
      ip: "85.132.145.68"
      os: "Alpine 3.19"
      cpu_cores: 16
      memory_gb: 8
      status: "stopped"
    }

    {
      hostname: "cache-4"
      ip: "220.130.55.190"
      os: "Alpine 3.19"
      cpu_cores: 16
      memory_gb: 4
      status: "stopped"
    }

    {
      hostname: "cache-6"
      ip: "55.2.55.32"
      os: "Alpine 3.19"
      cpu_cores: 2
      memory_gb: 64
      status: "stopped"
    }
  ]
}

See Also