I'd like the expire dates and license type, some of our customers seem to have the combined and don't. using the json from /manage/organization/devices_json the following would be nice. "expiration_date": 1791763200000, "licenses": [ { "type": "MX250-SEC", "expiration_date": 1773045959000 }, { "type": "MI-L", "expiration_date": 1791763200000 } ], "days_until_shutdown": null, "grace_period_last_reset_at": null }, the call to https://developer.cisco.com/meraki/api-v1/#!get-organization-licenses-overview { "status": "OK", "expirationDate": "Aug 15, 2022 UTC", "licensedDeviceCounts": { "MS120-8LP": 1, "MX64": 1, "SM": 100, "wireless": 1 } } but you get minimal information and no detail. I want more detail really to be useful across multiple Dashboards for example from another dashboard I get this response { "status": "License Required", "expirationDate": "Mar 9, 2025 UTC", "licensedDeviceCounts": { "MX100": 2, "MX250": 10, "MX64": 62, "MX450": 3, "MS225-24": 4, "MS225-24P": 12, "MS120-8LP": 58, "MS225-48LP": 73, "MS410-16": 12, "wireless": 217, "MS125-24": 2, "MI-S": 53, "MI-M": 8, "MI-L": 26, "MI-XL": 3 } } It tells me I require a License but has an expiration date of Mar 9, 2025. I have no way from the API to get any further information. This would be most helpful
... View more