Skip to content

rel1.0.1

Latest
Compare
Choose a tag to compare
@indhradhanush indhradhanush released this 19 Apr 08:36
· 8 commits to main since this release
12634ce

Release Notes:
New updates and improvements

  1. RUCKUS Cloud introduced a new mechanism to maintain authentication and authorization using JWT (JSON Web Token). This brings an end to the usage of API-KEYS for authentication. This release updates the Authentication and Authorization with JWT.
  2. Bug ID# 1001 resolved. A few API JSON entries sent back by Ruckus Cloud are without DeviceStatus key and value. This causes script to fail. To avoid this 2 new mechanisms are introduced.
    2.1. While inserting the value into influx verify if this key is present in returned JSON. If not then use the 'Unknown' modifier.
    2.2. While counting for the pie chart the values should be sent as the dictionary. However, python's inbuilt counter from collections is failing when deviceStatus key is not present. An alternative way of counting and building as a dictionary has been identified.
  3. A New category for Access Point 'Unknown' is added for APs that does not have deviceStatus updated.