Metadata-Version: 2.1
Name: firewalla_api_d2
Version: 0.0.31
Summary: A few functions for the Firewalla API
Author-email: Dan S <dan@d2digitalsolutions.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

Scripts rely on .env file with the required variables defined


Available functions:

# Fetch the list of all firewalla boxes in MSP tenant
get_all_boxes(api_baseurl, api_token)

# Fetch the list of devices for a specific box (using GID)
get_fw_box_devices(api_baseurl, api_token, box_id)
