Skip to content

460 - Server Inventory

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

maml
{
  servers: [
    {
      hostname: "worker-5"
      ip: "100.124.245.107"
      os: "Alpine 3.19"
      cpu_cores: 2
      memory_gb: 8
      status: "maintenance"
    }

    {
      hostname: "db-8"
      ip: "207.83.115.21"
      os: "Alpine 3.19"
      cpu_cores: 16
      memory_gb: 8
      status: "stopped"
    }

    {
      hostname: "queue-6"
      ip: "235.147.180.218"
      os: "Alpine 3.19"
      cpu_cores: 8
      memory_gb: 4
      status: "running"
    }

    {
      hostname: "api-7"
      ip: "48.39.119.94"
      os: "Debian 12"
      cpu_cores: 4
      memory_gb: 4
      status: "running"
    }
  ]
}

See Also