api.pyfabapi/test.py

8 lines
232 B
Python
Raw Normal View History

2021-09-19 20:35:34 +02:00
import fabapi
boot = fabapi.connect("localhost:59661", "Testuser", "secret")
ms = boot.machineSystem().wait().machineSystem
info = ms.info().wait().info
2021-10-20 09:44:57 +02:00
ma = info.getMachine("Another").wait()
my = info.getMachine("Yetmore").wait()