Skip to content

441 - Server Inventory

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

maml
{
  servers: [
    {
      hostname: "api-6"
      ip: "239.32.46.248"
      os: "Debian 12"
      cpu_cores: 16
      memory_gb: 8
      status: "stopped"
    }

    {
      hostname: "api-6"
      ip: "161.126.251.210"
      os: "Alpine 3.19"
      cpu_cores: 2
      memory_gb: 32
      status: "maintenance"
    }

    {
      hostname: "worker-6"
      ip: "26.65.34.103"
      os: "Debian 12"
      cpu_cores: 2
      memory_gb: 64
      status: "stopped"
    }

    {
      hostname: "web-4"
      ip: "108.27.172.41"
      os: "Amazon Linux 2023"
      cpu_cores: 8
      memory_gb: 32
      status: "stopped"
    }
  ]
}

See Also