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

Zendev

Comes here often

Member since Aug 12, 2021

‎01-17-2022

Community Record

8
Posts
0
Kudos
0
Solutions

Badges

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

Re: Authorization for "Administered Orgs deep link"

by Zendev in Developers & APIs
‎08-25-2021 12:29 AM
‎08-25-2021 12:29 AM
I needed to create a deep link for the appliance. And, the problem is that the network don't return all urls.   Ultimately, it comes down to recovering all of the devices (and associated urls).  But when i retrieve /devices I can also retrieve the mac address and use the deep link for the mac.   In reality, which would have been perfect is to have a deep link for the serial ... View more

Re: Authorization for "Administered Orgs deep link"

by Zendev in Developers & APIs
‎08-24-2021 08:05 AM
‎08-24-2021 08:05 AM
Ok I hadn't thought of that at all! thank you so much   For information (you must use /organizations/{orgID}/devices) ... View more

Re: Authorization for "Administered Orgs deep link"

by Zendev in Developers & APIs
‎08-24-2021 02:33 AM
‎08-24-2021 02:33 AM
The problem is that the endpoint organizations/{orgid}/networks/ return only one url. And, the EID in this url can be the eid of wireless.   An example :  https://api.meraki.com/api/v1/organizations/37125365/networks/L_237283     { "id": "L_237283", "organizationId": "37125365", "name": "LABOTEST", "productTypes": [ "appliance", "switch", "wireless" ], "timeZone": "Europe/Paris", "tags": [] ], "enrollmentString": null, "url": "https://n147.meraki.com/LABOTEST/n/jLYp_l3/manage/usage/list", "notes": "" }       And, https://api.meraki.com/manage/organization/administered_orgs     { "37125365": { "id": "37125365", "eid": "daQQac", "uid": "54321159657987623231", "org_admin_type": "write", "name": "OrgNAME", "num_networks": 1263, "block_meraki_admins": false, "licensing_mode": 0, "node_groups": { "jLYp_l3": { "id": "237283", "n": "LABOTEST - wireless", "t": "LABOTEST", "eid": "jLYp_l3", "locale_id": "237283", "network_type": "wireless" }, "dPQA_d8": { "id": "237397", "n": "LABOTEST - appliance", "t": "LABOTEST", "eid": "dPQA_d8", "locale_id": "237283", "network_type": "appliance" }, "abc_De": { "id": "237425", "n": "LABOTEST - switch", "t": "LABOTEST", "eid": "abc_De", "locale_id": "237283", "network_type": "switch" } } } }       ... View more

Re: Authorization for "Administered Orgs deep link"

by Zendev in Developers & APIs
‎08-24-2021 02:09 AM
‎08-24-2021 02:09 AM
@RomanMD thanks for your answer.   For example, for one network, the endpoint https://api.meraki.com/manage/organization/administered_orgs return three eid : one for appliance, one for switch and one for wireless.   And, to use deep links i need the eid of appliance (for example) and not the "global" ID of the network (that is called the locale_id) ... View more

Re: Authorization for "Administered Orgs deep link"

by Zendev in Developers & APIs
‎08-24-2021 01:15 AM
‎08-24-2021 01:15 AM
@RomanMD There are several eid for a network ... ... View more

Re: Authorization for "Administered Orgs deep link"

by Zendev in Developers & APIs
‎08-24-2021 01:11 AM
‎08-24-2021 01:11 AM
Thanks for the tip @John-K, but what public API does this do? ... View more

Re: Authorization for "Administered Orgs deep link"

by Zendev in Developers & APIs
‎08-23-2021 02:22 PM
‎08-23-2021 02:22 PM
Thanks for your answer. But, the /organizations/{orgId}/networks don't return the eid like this URL https://api.meraki.com/manage/organization/administered_orgs ... ... View more

Authorization for "Administered Orgs deep link"

by Zendev in Developers & APIs
‎08-12-2021 07:04 AM
‎08-12-2021 07:04 AM
Hi,    In an automation script, I need to know the eid of networks.   So I used the following endpoint: https://api.meraki.com/manage/organization/administered_orgs   Only, this endpoint seems to take according to the user logged on the dashboard and does not take into account the X-Cisco-Meraki-API-Key if we want to query the endpoint.   I wanted to know if there was a way to get the eid of the networks in API in order to automate (and integrate the new networks)   Thanks ... View more
Labels:
  • Labels:
  • Dashboard API
Powered by Khoros
custom.footer.
  • Community Guidelines
  • Cisco Privacy
  • Khoros Privacy
  • Cookies
  • Terms of Use
© 2023 Meraki