Skip to content

1956 - Server Inventory

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

maml
{
  servers: [
    {
      hostname: "db-2"
      ip: "128.11.222.164"
      os: "Amazon Linux 2023"
      cpu_cores: 8
      memory_gb: 4
      status: "maintenance"
    }

    {
      hostname: "worker-4"
      ip: "34.184.102.146"
      os: "Amazon Linux 2023"
      cpu_cores: 16
      memory_gb: 4
      status: "maintenance"
    }

    {
      hostname: "queue-1"
      ip: "236.244.18.71"
      os: "Amazon Linux 2023"
      cpu_cores: 8
      memory_gb: 32
      status: "running"
    }
  ]
}

See Also