- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Anyway to get License History with API?
We have multiple organizations. When we apply co-term license, it's hard keep track of which license key has been applied to which organizations.
The https://api.meraki.com/api/v1/organizations/{OID}/licenses give an error: {"errors":["Organization with ID xxxxx does not support per-device licensing"]}
It's useful if I can get all the License history with API since the cisco license order is not binded with the organization
Solved! Go to solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Be aware that https://developer.cisco.com/meraki/api/#!get-organization-license-state is deprecated and has been moved to api v1 : https://developer.cisco.com/meraki/api-latest/#!get-organization-licenses-overview
https://developer.cisco.com/meraki/api-latest/#!get-organization-licenses will list all the licence for a specific org.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have you tried this?
https://developer.cisco.com/meraki/api/#!get-organization-license-state
Please, if this post was useful, leave your kudos and mark it as solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for reply!
But what I need is license key for tracking and management. The Meraki MSP dashboard is already giving overview of license status.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can get It on change log, but It has a short time retention:
24 months rest of the world and 12 months on EUA.
Please, if this post was useful, leave your kudos and mark it as solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Be aware that https://developer.cisco.com/meraki/api/#!get-organization-license-state is deprecated and has been moved to api v1 : https://developer.cisco.com/meraki/api-latest/#!get-organization-licenses-overview
https://developer.cisco.com/meraki/api-latest/#!get-organization-licenses will list all the licence for a specific org.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
https://api.meraki.com/api/v1/organizations/{OID}/licenses only works on per-device licensing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That is correct. I don't see any endpoints for PDL
