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

Phil17

Comes here often

Member since Nov 14, 2019

Community Record

2
Posts
0
Kudos
0
Solutions
Latest Contributions by Phil17
  • Topics Phil17 has Participated In
  • Latest Contributions by Phil17

Re: Python API - Create Organization Network ->"HTTP response not OK."

by Phil17 in Developers & APIs
‎11-17-2019 11:10 PM
‎11-17-2019 11:10 PM
Thank you all for your help. I will have a look 🙂 ... View more

Python API - Create Organization Network ->"HTTP response not OK."

by Phil17 in Developers & APIs
‎11-14-2019 04:46 AM
‎11-14-2019 04:46 AM
Hey guys, I'm pretty new to using Python, and I'm having issues creating a new organisation network. I am using the following collect.         client = MerakiSdkClient(x_cisco_meraki_api_key) networks_controller = client.networks collect = {} organization_id = '*****' collect['organization_id'] = organization_id create_organization_network = CreateOrganizationNetworkModel() create_organization_network.name = '******' create_organization_network.mtype = '******' create_organization_network.tags = ' *****' create_organization_network.time_zone = '********' create_organization_network.disable_my_meraki_com = False collect['create_organization_network'] = create_organization_network try: result = networks_controller.create_organization_network(collect) print(result) except APIException as error: print(error) >>>HTTP response not OK.         As you can see, I pretty much copied the code from the meraki sdk documentation.   I hope you guys can help me solving this problem. I would be very happy about any help. ... View more
Labels:
  • Labels:
  • Dashboard API
Powered by Khoros
custom.footer.
  • Community Guidelines
  • Cisco Privacy
  • Khoros Privacy
  • Privacy Settings
  • Terms of Use
© 2023 Meraki