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 Adrien-40
Adrien-40

Adrien-40

Conversationalist

Member since Jan 26, 2023

a month ago
Kudos given to
User Count
rhbirkelund
rhbirkelund
1
View All

Community Record

6
Posts
0
Kudos
0
Solutions

Badges

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

Re: /networks/{networkId}/vlans ressource unavailable while /networks/{netw...

by Adrien-40 in Developers & APIs
‎01-26-2023 06:08 AM
‎01-26-2023 06:08 AM
it worked. Thank you! ... View more

Re: /networks/{networkId}/vlans ressource unavailable while /networks/{netw...

by Adrien-40 in Developers & APIs
‎01-26-2023 05:55 AM
‎01-26-2023 05:55 AM
Yes, they are in routed mode, as per template ... View more

Re: /networks/{networkId}/vlans ressource unavailable while /networks/{netw...

by Adrien-40 in Developers & APIs
‎01-26-2023 05:48 AM
‎01-26-2023 05:48 AM
😮I think Cisco should  update the link here: https://developer.cisco.com/meraki/api-v1/#!sdks-overview   then!!!! thanks for the hint. ... View more

Re: /networks/{networkId}/vlans ressource unavailable while /networks/{netw...

by Adrien-40 in Developers & APIs
‎01-26-2023 05:44 AM
‎01-26-2023 05:44 AM
According to https://api.meraki.com/api/v0/openapiSpec , the endpoint should be available.unless I missed something important.   I'll try your proposal, but I need to find out the answer to the previous question of Raphael   ... View more

Re: /networks/{networkId}/vlans ressource unavailable while /networks/{netw...

by Adrien-40 in Developers & APIs
‎01-26-2023 05:38 AM
‎01-26-2023 05:38 AM
there are at least two MX. I don't know if they are in routed mode. I can ask ... View more

/networks/{networkId}/vlans ressource unavailable while /networks/{networkI...

by Adrien-40 in Developers & APIs
‎01-26-2023 05:35 AM
‎01-26-2023 05:35 AM
Hi All,   This piece of code works:     apiURL='https://api.meraki.com' apiRessourcepath='/api/v1/networks/'+str(networkID)+'/devices' myheaders={'X-Cisco-Meraki-API-Key' : main.myAPIKEY} response = requests.request("GET",apiURL+apiRessourcepath,headers=myheaders) myresponse = response.json()     but this one retrieves an error 404:     apiURL='https://api.meraki.com' apiRessourcepath='/api/v1/networks/'+str(networkID)+'/vlans' myheaders={'X-Cisco-Meraki-API-Key' : main.myAPIKEY} print(apiURL+apiRessourcepath) response = requests.request("GET",apiURL+apiRessourcepath,headers=myheaders)     Do you have an idea why? it is written in python. same api-key, same network ID value, etc. Only the endpoint ressource changes.   Happy to get any clue. Regards Adrien   ... View more
Kudos given to
User Count
rhbirkelund
rhbirkelund
1
View All
Powered by Khoros
custom.footer.
  • Community Guidelines
  • Cisco Privacy
  • Khoros Privacy
  • Cookies
  • Terms of Use
© 2023 Meraki