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

Arul

Comes here often

Member since Jun 21, 2021

‎06-25-2021

Community Record

3
Posts
0
Kudos
0
Solutions
Topics Arul has Participated In
  • Topics Arul has Participated In
  • Latest Contributions by Arul

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 device Status ? like UP/Down

by NJNetworkGuy100 in Developers & APIs
‎06-25-2021 06:04 AM
‎06-25-2021 06:04 AM
Are you adding the parameter total_pages = 'all' if you are using Python and v1 of the API?   Click on "Templates" on that link you posted and look at the Meraki Python Library example.     Here is some info on Pages and the API:   Pagination - Meraki-Dashboard-API-v1-Documentation - Document - Cisco DevNet     ... View more
Powered by Khoros
custom.footer.
  • Community Guidelines
  • Cisco Privacy
  • Khoros Privacy
  • Privacy Settings
  • Terms of Use
© 2023 Meraki