python-qbo
Installation
pip install python-qbo
Usage
Import the package:
from qbo import Qbo
Obtain a qbo instance:
qbo = Qbo("https://{QBO_URL}/")
Get the name of the machine:
print(qbo.name())
Get maintenance status:
print(qbo.maintenance_status())