Skip to content

458 - Server Inventory

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

maml
{
  servers: [
    {
      hostname: "cache-9"
      ip: "54.196.203.204"
      os: "Alpine 3.19"
      cpu_cores: 2
      memory_gb: 16
      status: "maintenance"
    }

    {
      hostname: "worker-5"
      ip: "187.194.91.122"
      os: "Debian 12"
      cpu_cores: 4
      memory_gb: 32
      status: "running"
    }

    {
      hostname: "cache-1"
      ip: "198.174.202.183"
      os: "Alpine 3.19"
      cpu_cores: 8
      memory_gb: 16
      status: "stopped"
    }
  ]
}

See Also