Skip to content

1344 - Server Inventory

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

maml
{
  servers: [
    {
      hostname: "api-9"
      ip: "69.253.253.206"
      os: "Ubuntu 22.04"
      cpu_cores: 8
      memory_gb: 4
      status: "stopped"
    }

    {
      hostname: "db-8"
      ip: "94.136.91.241"
      os: "Ubuntu 22.04"
      cpu_cores: 8
      memory_gb: 4
      status: "stopped"
    }

    {
      hostname: "api-8"
      ip: "209.132.142.231"
      os: "Ubuntu 22.04"
      cpu_cores: 8
      memory_gb: 64
      status: "maintenance"
    }

    {
      hostname: "queue-6"
      ip: "70.218.53.51"
      os: "Debian 12"
      cpu_cores: 8
      memory_gb: 64
      status: "stopped"
    }

    {
      hostname: "worker-6"
      ip: "210.126.93.188"
      os: "Ubuntu 22.04"
      cpu_cores: 2
      memory_gb: 64
      status: "stopped"
    }
  ]
}

See Also