import fabapi boot = fabapi.connect("localhost:59661", "Testuser", "secret") ms = boot.machineSystem().wait().machineSystem info = ms.info().wait().info ma = info.getMachine("Another").wait() my = info.getMachine("Yetmore").wait()