Create Network
Location in Dashboard: Network
>> Create a Network
Diagram
Classes
networks (meraki.domains.organizations)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | min: 1 , max: 127 | Yes | |
product_types | List | Choice[appliance , camera , cellularGateway , secureConnect , sensor , switch , systemsManager , wireless , wirelessController ] | Yes | |
time_zone | String | min: 1 , max: 127 | No | |
notes | String | min: 1 , max: 1024 | No | |
tags | List | String[min: 1 , max: 255 ] | No |
Config Sample
meraki:
domains:
- name: EMEA
administrator:
name: Foo Bar
organizations:
- name: Dev
networks:
- name: Dev-main-cx-provider
product_types:
- appliance
- camera
- switch
- wireless
time_zone: Europe/Berlin
notes: Example data.yaml file
tags:
- admin
- dev
- emea