Skip to content

752 - Server Inventory

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

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

    {
      hostname: "web-1"
      ip: "7.211.89.192"
      os: "Alpine 3.19"
      cpu_cores: 8
      memory_gb: 8
      status: "maintenance"
    }

    {
      hostname: "api-9"
      ip: "105.240.159.75"
      os: "Debian 12"
      cpu_cores: 8
      memory_gb: 4
      status: "maintenance"
    }
  ]
}

See Also