Get Licensing Model?

Solved
Prodrick
Building a reputation

Get Licensing Model?

How might I get an org's licensing model without trying the various endpoints for subscription, co-term, and device-based licensing models?  Perhaps there is an endpoint that returns the model type?

Thanks

https://documentation.meraki.com/General_Administration/Licensing/Meraki_Licensing


1 Accepted Solution
GreenMan
Meraki Employee
Meraki Employee

https://developer.cisco.com/meraki/api-v1/get-organization/

 

This includes in the output, as an example:

"licensing": { "model": "co-term" },

View solution in original post

5 Replies 5
GreenMan
Meraki Employee
Meraki Employee

https://developer.cisco.com/meraki/api-v1/get-organization/

 

This includes in the output, as an example:

"licensing": { "model": "co-term" },

RaphaelL
Kind of a big deal
Kind of a big deal

I was about to press send... 

 

GreenMan is right ! 

Prodrick
Building a reputation

Thanks so much. This was almost too obvious, but when I searched the API it was not something that jumped-out at me.  I just tested and confirmed this.

RaphaelL
Kind of a big deal
Kind of a big deal

Same here. I quick tip that I can give you. 

 

https://api.meraki.com/api/v1/organizations/[OrgId]/openapiSpec

 

and you can CTRL+F in your browser some keywords ( like per-device , co-term ) and I was able to spot that endpoint pretty quickly.

Prodrick
Building a reputation

I'm familiar with the endpoints to get device and co-term license details.  Which one gets the license details for subscription models?  Thanks again

Get notified when there are additional replies to this discussion.