pycentral
pycentral copied to clipboard
Aruba Central Python SDK
Several API calls (for example get_all_wlans() ) need Northbound API to be enabled on account. This is not enabled by default and need to be requested from TAC. It would...
Hi, As I was surfing through the code, I found that there are no unit test cases for the currently present code for Pycentral library. It will be helpful to...
When performing API calls, I occasionally (but regularly and consistently) get client side timeout errors on the pycentral module which doesn't appear to be handling them well - usually a...
Hello. I cloned your repository and tried using that route and it does not return anything in the JSON. I used the token for a organization and it does not...
When trying to use the inventory.add_devices, it raises a KeyError: > result = inventory.add_devices(ac, all_devices) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > File ".venv/lib/python3.12/site-packages/pycentral/classic/device_inventory.py", line 252, in add_devices > Message - {resp["msg"]["detail"]}') > ~~~~~~~~~~~^^^^^^^^^^...
Hello, I would like to know if it is possible to update the ArubaCentralBase class so that it accepts a Requests session as a parameter in order to be able...
apiParams are added to the URL two times: `url = get_url(self.central_info["base_url"], apiPath, query=apiParams)` (line 616) `resp = self.requestUrl(url=url, data=apiData, method=method, headers=headers, params=apiParams, files=files,)` (line 626)
I want to know API path of Global ALERTS. I tried "/monitoring/v2/events", "/platform/auditlogs/v1/logs" and "/auditlogs/v1/events" paths. But the above seems to be different. URL is https://app2-ap.central.arubanetworks.com/frontend/#/ALERTSLIST?nc=global snapshot is the following...