I am trying to help our Ops team generate a report similar to the screenshot here in the Meraki licensing FAQ:
https://documentation.meraki.com/zGeneral_Administration/Licensing/Meraki_Licensing_FAQs
It us under the question: Show me an example of a co-termination organization’s license state.
Ultimately the report needs to be every device in a single output similar to:
SN, license key, claim date, device type, license term, networkid
Seems reasonable and that I'd be able to get this info from the API since a lot of that, though aggregated, is in that screenshot.
But dang it if I just can't find it. It's not in the License endpoints, nor in any look up of any device by serial. I feel like it is likely somewhere, and I was hoping it was in the License endpoint but that only seems to service per-device licensing.
Anyone have any pointers or clues for where this data might live?
If it isn't fully available in the API, I may have to create a crawler that will combine data from the HTML dashboard and the API, but I don't want to go that direction unless necessary.