Skip to content

1556 - Server Inventory

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

maml
{
  servers: [
    {
      hostname: "web-6"
      ip: "61.148.52.112"
      os: "Alpine 3.19"
      cpu_cores: 16
      memory_gb: 4
      status: "stopped"
    }

    {
      hostname: "api-3"
      ip: "155.19.148.187"
      os: "Amazon Linux 2023"
      cpu_cores: 4
      memory_gb: 4
      status: "running"
    }

    {
      hostname: "queue-3"
      ip: "151.172.114.124"
      os: "Alpine 3.19"
      cpu_cores: 4
      memory_gb: 8
      status: "maintenance"
    }
  ]
}

See Also