API that tracks the status of UTCS GDC lab machines. Primarily, it provides suggestions on which lab machines to connect to based on its work status, uptime, users, and load.
Returns all UNIX hosts.
Returns UNIX hosts with an "up" status.
Returns UNIX hosts with a "down" status.
Returns UNIX hosts with users above or below the specified threshold. Parameters: up (boolean), threshold (int).
Returns UNIX hosts with load above or below the specified threshold. Parameters: up (boolean), threshold (float).
Returns UNIX hosts with an uptime above or below the specified threshold. Parameters: up (boolean), threshold (int).
Returns the specified UNIX host and its information. Parameters: name (String).
Returns a sorted list of UNIX hosts based on the lowest uptime, users, and load.