Table of Contents

Class CombineOrganizationNetworksRequest

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

CombineOrganizationNetworks

[DataContract]
public class CombineOrganizationNetworksRequest
Inheritance
CombineOrganizationNetworksRequest
Inherited Members

Properties

EnrollmentString

A unique identifier which can be used for device enrollment or easy access through the Meraki SM Registration page or the Self Service Portal. Please note that changing this field may cause existing bookmarks to break. All networks that are part of this combined network will have their enrollment string appended by '-network_type'. If left empty, all existing enrollment strings will be deleted.

[DataMember(Name = "enrollmentString")]
public string? EnrollmentString { get; set; }

Property Value

string

Name

The name of the combined network

[DataMember(Name = "name")]
public string Name { get; set; }

Property Value

string

NetworkIds

A list of the network IDs that will be combined. If an ID of a combined network is included in this list, the other networks in the list will be grouped into that network

[DataMember(Name = "networkIds")]
public List<string> NetworkIds { get; set; }

Property Value

List<string>