ā03-17-2025 03:55 PM
I want to use the catalyst/DNA center API to pull the power usage of our wireless access points but having gone through it several times I cant seem to find it. there is a large number of them so Ideally looking for one where I can get default 100 or 500 at a time
ā03-18-2025 03:54 AM
Not seen one which directly looks at power usage, it could be under health metrics API, or at least provide related metrics. If you have a large number of devices, handle pagination by incrementing the offset parameter in your requests until you have retrieved all devices.
ā03-18-2025 06:15 AM
Thank you for getting back to me. Yes I cant seem to find one either. I think I will have to SSH on with paramiko to get it instead.
ā03-21-2025 06:13 PM
We have the option to run a report, using APIs, or schedule a report to run daily and get a webhook notification when ready.
The report for this use case is Network Devices PoE.
Another option is to use this API to retrieve the PoE details at interface level for each device: /dna/intent/api/v1/network-device/${deviceUuid}/interface/poe-detail
The rate limit recommendation for the API is 100 API calls/minute.
ā03-24-2025 01:43 AM
Thank you Gabriel for your support. I was looking into using the command runner feature to run these commands "show ap dot11 5ghz sum" and then again for 2.4ghz on the wireless controller, as that would return the power usage. Is this what you are referring to when you are talking about using the API to schedule a report or is that something different?
ā03-28-2025 11:13 AM
I would recommend to start with the suggested Catalyst Center API, see if you get all the data you need.
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