Skip to content

652 - Server Inventory

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

maml
{
  servers: [
    {
      hostname: "queue-7"
      ip: "21.35.203.163"
      os: "Amazon Linux 2023"
      cpu_cores: 2
      memory_gb: 64
      status: "stopped"
    }

    {
      hostname: "web-4"
      ip: "211.147.42.103"
      os: "Amazon Linux 2023"
      cpu_cores: 8
      memory_gb: 64
      status: "running"
    }

    {
      hostname: "api-1"
      ip: "86.171.138.51"
      os: "Alpine 3.19"
      cpu_cores: 16
      memory_gb: 64
      status: "running"
    }
  ]
}

See Also