12-11-2024 07:51 AM
We need to generate wireless utilization report per hour time frame and its need data i.e. wireless user count to AP , So we need any API which can we run in DNAC to get this active client count data per access point//per SSID/per band/per 802.11 protocol
Challenge is we need to manually export this report per hour manually and we don't want this manual intervention from Device Administrator.
Request you all experts to help here to get some APIs which we can run in DNAC or 9800 WLC.
12-11-2024 08:07 AM
@ishwarshivaji-b you could try https://developer.cisco.com/docs/dna-center/get-client-enrichment-details/ - but would have to do some filtering here i am guessing. The API call https://developer.cisco.com/docs/dna-center/#!get-client-detail that will provide details for a given client. However, it requires the MAC, which I need to know first.
Python's schedule
library or cron jobs to run the script hourly.
12-15-2024 09:07 PM
Hi Thanks for your response... Can u help me on how to apply filter while executing API URL. is there any filter available for time, date, specific device ? it will be very help full if you help with any API URL format which contain this filter parameter like time, date, specific device.
12-11-2024 08:10 AM - edited 12-11-2024 08:10 AM
You can try this API, use time and connectednetworkdevicename filter
you can also explore other APIs in client and wireless section.
12-13-2024 01:31 AM
Hi
below is the API response,
12-13-2024 12:58 PM
When running the API did you use the time and connected device parameter that I mentioned, if so then the count is for that specific AP and for the time you defined.
12-15-2024 09:01 PM
Can you help me with API URL format where time and device filter is apply... i will try with your reference URL...
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide