Class NetworksSection
Provides access to networks API endpoints
public class NetworksSection
- Inheritance
-
NetworksSection
- Inherited Members
Constructors
NetworksSection()
public NetworksSection()
Properties
Alerts
Gets the alerts
public NetworksAlertsSection Alerts { get; }
Property Value
Appliance
Gets the appliance
public NetworksApplianceSection Appliance { get; }
Property Value
BluetoothClients
Return a Bluetooth client
public INetworksBluetoothClients BluetoothClients { get; }
Property Value
CampusGateway
Create a cluster and add campus gateways to it
public INetworksCampusGateway CampusGateway { get; }
Property Value
Clients
Gets the clients
public NetworksClientsSection Clients { get; }
Property Value
Devices
List the devices in a network
public INetworksDevices Devices { get; }
Property Value
Events
Gets the events
public NetworksEventsSection Events { get; }
Property Value
FirmwareUpgrades
Get firmware upgrade information for a network
public INetworksFirmwareUpgrades FirmwareUpgrades { get; }
Property Value
Floorplans
List the floor plans that belong to your network
public INetworksFloorplans Floorplans { get; }
Property Value
GroupPolicies
List the group policies in a network
public INetworksGroupPolicies GroupPolicies { get; }
Property Value
Health
Gets the health
public NetworksHealthSection Health { get; }
Property Value
LocationScanning
Return scanning API settings
public INetworksLocationScanning LocationScanning { get; }
Property Value
MerakiAuthUsers
List the users configured under Meraki Authentication for a network
public INetworksMerakiAuthUsers MerakiAuthUsers { get; }
Property Value
MqttBrokers
List the MQTT brokers for this network
public INetworksMqttBrokers MqttBrokers { get; }
Property Value
Netflow
Return the NetFlow traffic reporting settings for a network
public INetworksNetflow Netflow { get; }
Property Value
Pii
Gets the pii
public NetworksPiiSection Pii { get; }
Property Value
Policies
Get policies for all clients with policies
public INetworksPolicies Policies { get; }
Property Value
Sensor
Gets the sensor
public NetworksSensorSection Sensor { get; }
Property Value
Settings
Return the settings for a network
public INetworksSettings Settings { get; }
Property Value
Sm
Install applications on a device
public INetworksSm Sm { get; }
Property Value
Snmp
Return the SNMP settings for a network
public INetworksSnmp Snmp { get; }
Property Value
SplashLoginAttempts
List the splash login attempts for a network
public INetworksSplashLoginAttempts SplashLoginAttempts { get; }
Property Value
Switch
Gets the switch
public NetworksSwitchSection Switch { get; set; }
Property Value
SyslogServers
List the syslog servers for a network
public INetworksSyslogServers SyslogServers { get; }
Property Value
Traffic
Return the traffic analysis data for this network
public INetworksTraffic Traffic { get; }
Property Value
TrafficAnalysis
Return the traffic analysis settings for a network
public INetworksTrafficAnalysis TrafficAnalysis { get; }
Property Value
TrafficShaping
Gets the traffic shaping
public NetworksTrafficShapingSection TrafficShaping { get; }
Property Value
VlanProfiles
Create a Vlan profile on a network
public INetworksVlanProfiles VlanProfiles { get; }
Property Value
Webhooks
Gets the webhooks
public NetworksWebhooksSection Webhooks { get; }
Property Value
Wireless
Gets the wireless
public NetworksWirelessSection Wireless { get; }
Property Value
Methods
BindNetworkAsync(string, ConfigurationTemplateBindRequest, CancellationToken)
public Task BindNetworkAsync(string networkId, ConfigurationTemplateBindRequest configurationTemplateBindRequest, CancellationToken cancellationToken = default)
Parameters
networkIdstringconfigurationTemplateBindRequestConfigurationTemplateBindRequestcancellationTokenCancellationToken
Returns
DeleteNetworkAsync(string, CancellationToken)
public Task DeleteNetworkAsync(string networkId, CancellationToken cancellationToken = default)
Parameters
networkIdstringcancellationTokenCancellationToken
Returns
GetNetworkAsync(string, CancellationToken)
public Task<Network> GetNetworkAsync(string networkId, CancellationToken cancellationToken = default)
Parameters
networkIdstringcancellationTokenCancellationToken
Returns
SplitNetworkAsync(string, CancellationToken)
public Task<SplitNetworkResponse> SplitNetworkAsync(string networkId, CancellationToken cancellationToken = default)
Parameters
networkIdstringcancellationTokenCancellationToken
Returns
UnbindNetworkAsync(string, ConfigurationTemplateUnbindRequest, CancellationToken)
public Task<Network> UnbindNetworkAsync(string networkId, ConfigurationTemplateUnbindRequest configurationTemplateUnbindRequest, CancellationToken cancellationToken = default)
Parameters
networkIdstringconfigurationTemplateUnbindRequestConfigurationTemplateUnbindRequestcancellationTokenCancellationToken
Returns
UpdateNetworkAsync(string, NetworkUpdateRequest, CancellationToken)
public Task<Network> UpdateNetworkAsync(string networkId, NetworkUpdateRequest networkUpdateRequest, CancellationToken cancellationToken = default)
Parameters
networkIdstringnetworkUpdateRequestNetworkUpdateRequestcancellationTokenCancellationToken