Creating networks under excisting Organization

Kenneth
Getting noticed

Creating networks under excisting Organization

So we are looking to automate deployment from a form. But it seems there is no option i API v1 to create or clone networks?

 

V0 had the "post" option for new network, but this is now gone. Does anyone have an idea of this has been moved or called something else i V1.

 

An acceptable solution is of course clone or deploy from template if anyone have the correct approach for that.

2 Replies 2
Greenberet
Head in the Cloud

You are looking at the wrong endpoint 😃

 

It's under organization: https://developer.cisco.com/meraki/api-v1/#!create-organization-network

Edgar-VO
Building a reputation

Hi there,

 

The code :

 

param = {}
#########################################
# Add the tag
#########################################

param['tags'] = "ClassC"
 
my_new_network = dashboard.organizations.createOrganizationNetwork(org_id,def_new_site,"appliance switch wireless",**param)
my_network_id = my_new_network["id"]
 
 
# where org_id = organization ID
# def_new_site = Name of the network
# param include a tags 
 
Ed
 
 
Get notified when there are additional replies to this discussion.
Welcome to the Meraki Community!
To start contributing, simply sign in with your Cisco account. If you don't yet have a Cisco account, you can sign up.