Skip to content

pycentral 1.0.0

Compare
Choose a tag to compare
@KarthikSKumar98 KarthikSKumar98 released this 08 Aug 19:19
· 97 commits to master since this release

Notable Changes

  • Added wait & retry logic when Aruba Central's Per-Second API rate-limit is hit
  • Added log messages when Aruba Central's Per-Day API Rate-limit is exhausted
  • Added new module for device_inventory APIs
  • Added WLAN class to configuration module
  • Merged PRs and resolved GitHub issues:
    • PR #16 : Fixing multiple devices to site bug
    • PR #19 : Added ability to associate/unassociate multiple devices to a site
    • PR #20 : Added New Device Inventory Module
    • PR #22 : Added Rate Limit Log Messages
    • PR #23 : Fixed Rate Limit Bugs
    • PR #25 : Licensing API Bug Fixes
    • PR #28, #29 : Added WLAN class to Configuration module