Home > LAB API
- Alumni Hall:
"ALUMNI" - Benedum Hall:
"BENEDUM" - Cathedral G27:
"CATH_G27" - Cathedral G62:
"CATH_G62" - David Lawrence Hall:
"LAWRENCE" - Hillman Library:
"HILLMAN" - Sutherland Hall:
"SUTH"
lab_name: Lab name (comes from LabAPI's LOCATIONS)
Returns a dictionary with status and amount of OS machines.
get_status(lab_name='ALUMNI')
get_status(lab_name='CATH_G62'){'status': 'closed', 'windows': 0, 'mac': 0, 'linux': 0}
{'status': 'open', 'windows': 96, 'mac': 29, 'linux': 2}