Skip to content

760 - Server Inventory

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

maml
{
  servers: [
    {
      hostname: "worker-1"
      ip: "131.248.225.25"
      os: "Ubuntu 22.04"
      cpu_cores: 16
      memory_gb: 64
      status: "stopped"
    }

    {
      hostname: "api-9"
      ip: "142.198.183.232"
      os: "Ubuntu 22.04"
      cpu_cores: 2
      memory_gb: 4
      status: "running"
    }

    {
      hostname: "db-9"
      ip: "163.147.96.13"
      os: "Ubuntu 22.04"
      cpu_cores: 2
      memory_gb: 32
      status: "running"
    }
  ]
}

See Also