pyaoscx.system module

pyaoscx.system.get_chassis_info(params={}, **kwargs)

Perform a GET call to get the chassis information, such as product info, reboot statistics, selftest info, and more.

Parameters:
  • params – Dictionary of optional parameters for the GET request
  • kwargs – keyword s: requests.session object with loaded cookie jar keyword url: URL in main() function
Returns:

Dictionary containing chassis information

pyaoscx.system.get_product_info(params={}, **kwargs)

Perform a GET call to get the product information, such as MAC, Part Number, Model, and Serial

Parameters:
  • params – Dictionary of optional parameters for the GET request
  • kwargs – keyword s: requests.session object with loaded cookie jar keyword url: URL in main() function
Returns:

Dictionary containing product information

pyaoscx.system.get_system_info(params={}, **kwargs)

Perform a GET call to get system information

Parameters:
  • params – Dictionary of optional parameters for the GET request
  • kwargs – keyword s: requests.session object with loaded cookie jar keyword url: URL in main() function
Returns:

Dictionary containing system information