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 Mike_Mai
Mike_Mai

Mike_Mai

Comes here often

Member since Sep 28, 2022

‎12-05-2022

Community Record

5
Posts
0
Kudos
0
Solutions

Badges

First 5 Posts View All
Latest Contributions by Mike_Mai
  • Topics Mike_Mai has Participated In
  • Latest Contributions by Mike_Mai

Re: How to get individual device status using API

by Mike_Mai in Meraki Insight
‎10-28-2022 10:25 AM
‎10-28-2022 10:25 AM
You can put the conditions { networkId[s array], serials[ array], statuses[ array], models[ array], productTypes [array] } with the request:  Curl: curl -L --request GET --url "https://api.meraki.com/api/v1/organizations/12345/devices/statuses?serials[]=Q2CV-XXXX-XXXX" --header "Content-Type: application/json" --header "Accept: application/json" --header "X-Cisco-Meraki-API-Key: 1234567890"   Python: myDevDetail = dashboard . organizations . getOrganizationDevicesStatuses ( myOrgID , serials = myDev [ 'serial' ])     ... View more

Re: How to get individual device status using API

by Mike_Mai in Meraki Insight
‎10-28-2022 10:23 AM
‎10-28-2022 10:23 AM
You can put the conditions { networkId[s array], serials[ array], statuses[ array], models[ array], productTypes [array] } with the request: Curl: curl -L --request GET --url "https://api.meraki.com/api/v1/organizations/12345/devices/statuses?serials[]=Q2CV-XXXX-XXXX" --header "Content-Type: application/json" --header "Accept: application/json" --header "X-Cisco-Meraki-API-Key: 1234567890"   Python: myDevDetail = dashboard . organizations . getOrganizationDevicesStatuses ( myOrgID , serials = myDev [ 'serial' ])     ... View more

Re: Anyway to get License History with API?

by Mike_Mai in Developers & APIs
‎09-28-2022 03:13 PM
‎09-28-2022 03:13 PM
  https://api.meraki.com/api/v1/organizations/{OID}/licenses  only works on  per-device licensing. ... View more

Re: Anyway to get License History with API?

by Mike_Mai in Developers & APIs
‎09-28-2022 10:42 AM
‎09-28-2022 10:42 AM
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. ... View more

Anyway to get License History with API?

by Mike_Mai in Developers & APIs
‎09-28-2022 09:57 AM
‎09-28-2022 09:57 AM
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 ... View more
Powered by Khoros
custom.footer.
  • Community Guidelines
  • Cisco Privacy
  • Khoros Privacy
  • Privacy Settings
  • Terms of Use
© 2023 Meraki