The Meraki Community
Register or Sign in
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • About Manish2
Manish2

Manish2

Conversationalist

Member since Feb 15, 2021

‎04-07-2021
Kudos given to
User Count
Inderdeep
Kind of a big deal Inderdeep
1
View All

Community Record

8
Posts
0
Kudos
0
Solutions

Badges

First 5 Posts
Lift-Off View All
Latest Contributions by Manish2
  • Topics Manish2 has Participated In
  • Latest Contributions by Manish2

Re: get-organization-license-state status values

by Manish2 in Developers & APIs
‎03-31-2021 07:25 PM
‎03-31-2021 07:25 PM
Thanks Inderdeep.   No I am looking for the Organization License status    https://developer.cisco.com/meraki/api/#!get-organization-license-state { "status": "OK", "expirationDate": "Feb 8, 2020 UTC", "licensedDeviceCounts": { "MS": 100 } }   status : (exact string values) 'OK', --- eg :  'License Expired', -License expiry date is in the past ??? ... View more

Re: get-organization-licenses  state field value description

by Manish2 in Developers & APIs
‎03-31-2021 04:23 PM
‎03-31-2021 04:23 PM
Thanks Roman and Inderdeep. I also found a documentation at  https://documentation.meraki.com/General_Administration/Licensing/Meraki_Per-Device_Licensing_Overview   Let me try and map the api response to the ones from the documentation, please validate if this looks correct.   1.'active',   --- the license is assigned to a device. This is expected state of the license in the org. Burn/Active - The license has started to tick and time remaining starts to decrement. Active & Associated - A license has been associated to a device and is burning. A license in this state can only be reassigned to a device that is either unlicensed or a device that has an expired license. An active & associated device cannot be used to extend time on a device with an active license.  2.'expired',----> the license is expired. expirationDate is in the past. 3.'expiring',----> the license expirationDate is less than 30 days from now.   4.'unused',----> License was claimed in the Organization but was not assigned to any device. 90 days have not passed yet, so activationDate has not yet started. Inactive & Unassociated - A license is not associated to a device and has not started to burn. The license is within the defined pre-activation period. 5.'unusedActive'----> License is not assigned to any device but activationDate is in the past. Active & Unassociated/Unused active - A license has not been associated to a device, but has started to burn. This typically happens when the pre-activation period is over, but the license has yet to be associated to a device. In this state, the license can only be applied to a device that does not have an active license (e.g. a new device). Burn/Active - The license has started to tick and time remaining starts to decrement. 6.'recentlyQueued'----> can't imagine what this could be. Queued - A license that is being assigned to a device that already has an existing license. It will take 7 days for the license to merge. The license will not be queued if the device did not previously have a license.   7. ??? API state? : Dont know if this is returned by the api ???   Inactive & Associated - A license is assigned to a device, but it has not started to burn. This typically happens in the case where a customer adds an additional license to a device that already has an active license (renewal). This license will become active when the first device’s time expires. NOTE: This state can only happen with a license that has not already been active (started to burn).     Thanks ... View more

get-organization-licenses  state field value description

by Manish2 in Developers & APIs
‎03-29-2021 09:42 PM
‎03-29-2021 09:42 PM
Hi Team,  I am looking for any documentation on possible values of state and their descriptions   https://developer.cisco.com/meraki/api-v1/#!get-organization-licenses  {baseUrl}}/organizations/:organizationId/licenses   { "id": "1234", "licenseType": "MX64-ENT", "licenseKey": "Z21234567890", "orderNumber": "4C1234567", "deviceSerial": "Q234-ABCD-5678", "networkId": "N_24329156", "state": "active", "seatCount": null, ...}   state : 'active',   --- description ??? 'expired',--- description ??? 'expiring',--- description ??? 'unused',--- description ??? 'unusedActive'--- description ??? or 'recentlyQueued'--- description ???   Regards Manish Kumar ... View more
Labels:
  • Labels:
  • Dashboard API

get-organization-license-state status values

by Manish2 in Developers & APIs
‎03-29-2021 09:16 PM
‎03-29-2021 09:16 PM
Hi Team, I am looking for the possible values for status attribute and their explanantions.   https://developer.cisco.com/meraki/api/#!get-organization-license-state { "status": "OK", "expirationDate": "Feb 8, 2020 UTC", "licensedDeviceCounts": { "MS": 100 } }   Can someone help?   Regards Manish ... View more
Labels:
  • Labels:
  • Dashboard API

Re: Getting the free license details via API

by Manish2 in Developers & APIs
‎03-03-2021 03:28 PM
‎03-03-2021 03:28 PM
Hi Mandar,    Lets take the 2 cases which I mentioned in the original message and expand it a bit more   1. MV-SEN Free Licenses issue for Co-TermOrg :       For Co-Term Org the api organization-licenses does not work https://api-mp.meraki.com/api/v1/organizations/:organizationId/licenses {     "errors": [         "Organization with ID <ORG-ID> does not support per-device licensing"     ] }   And if we call the licenseState API for the Co-Term Org: ie /organizations/:organizationId/licenseState The result set doesnt not contain the Free MV-SEN licenses    2. For Free System Manager Licenses      a. For Co-Term Org , again the licenseState API will not return the free or trial licenses     b. For PDL org , the organization-licenses API also doesnt return the SM Trial licenses.     Let me know if I was able to explain my issue sufficiently   Regards Manish        ... View more

Getting the free license details via API

by Manish2 in Developers & APIs
‎03-02-2021 03:28 PM
‎03-02-2021 03:28 PM
Hi Team,   For both Co-Term and PDM we are not getting the list of free license details via API. MV-SEN : for Co-Term , the UI shows the trial licenses but the api doesnt return the details. System Manager : for both , Co-Term and PDM , we are not able to get any info about the trial licenses via API.   Can you help with the above questions?   Regards Manish ... View more
Labels:
  • Labels:
  • Dashboard API

Re: Calculating License Utilization(including over-utilization) using the a...

by Manish2 in Developers & APIs
‎03-02-2021 03:24 PM
‎03-02-2021 03:24 PM
Hi Team,    Whats the way to get a response from the team ?   Regards Manish ... View more

Calculating License Utilization(including over-utilization) using the api's

by Manish2 in Developers & APIs
‎02-18-2021 12:28 PM
‎02-18-2021 12:28 PM
Hi Team, We are trying to get the license data via API’s,  and we have 2 challenges:     1. The license related api’s won’t work for “co-termination” license model. (except LicenseState)     LicenseState provides us with available qty for licenses,   2. In order to calculate utilization (including over utilization)   i.For device based license (switches , ap, etc) , we can count the number of devices based on model of the devices to get utilization(including over utilization) ii. For Insight license utilization, we would need to find out which network is using which Insight License, can you help with the utilization ? iii. For MV-SEN , since it is an add-on to Camera’s which has its own licenses, can you help us how to calculate the utilization ? iv. For System Manager, also can you help confirm the approach to calculate the utilization ?     Regards Manish ... View more
Labels:
  • Labels:
  • Dashboard API
Kudos given to
User Count
Inderdeep
Kind of a big deal Inderdeep
1
View All
Powered by Khoros
custom.footer.
  • Community Guidelines
  • Cisco Privacy
  • Khoros Privacy
  • Cookies
  • Terms of Use
© 2023 Meraki