Skip to content

3746 - Server Inventory

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

maml
{
  servers: [
    {
      hostname: "queue-7"
      ip: "199.47.169.43"
      os: "Debian 12"
      cpu_cores: 2
      memory_gb: 32
      status: "maintenance"
    }

    {
      hostname: "web-6"
      ip: "168.175.153.10"
      os: "Debian 12"
      cpu_cores: 2
      memory_gb: 4
      status: "running"
    }

    {
      hostname: "queue-7"
      ip: "58.35.124.214"
      os: "Debian 12"
      cpu_cores: 16
      memory_gb: 4
      status: "stopped"
    }

    {
      hostname: "worker-8"
      ip: "104.254.114.163"
      os: "Alpine 3.19"
      cpu_cores: 4
      memory_gb: 8
      status: "stopped"
    }

    {
      hostname: "api-2"
      ip: "16.141.0.149"
      os: "Alpine 3.19"
      cpu_cores: 2
      memory_gb: 8
      status: "running"
    }

    {
      hostname: "queue-5"
      ip: "0.109.59.59"
      os: "Debian 12"
      cpu_cores: 16
      memory_gb: 64
      status: "running"
    }
  ]
}

See Also