Table of Contents

Class NetworksEventsSection

Namespace
Meraki.Api.Sections.General.Networks
Assembly
Meraki.Api.dll
public class NetworksEventsSection
Inheritance
NetworksEventsSection
Inherited Members

Properties

EventsTypes

public INetworksEventsEventTypes EventsTypes { get; }

Property Value

INetworksEventsEventTypes

Methods

GetNetworkEventsAsync(string, string, List<string>, List<string>, string, string, string, string, string, string, string, string, string, string, bool, int?, string, string, CancellationToken)

public Task<NetworkEvents> GetNetworkEventsAsync(string networkId, string productType = null, List<string> includedEventTypes = null, List<string> excludedEventTypes = null, string deviceMac = null, string deviceSerial = null, string deviceName = null, string clientIp = null, string clientMac = null, string clientName = null, string smDeviceMac = null, string smDeviceName = null, string eventDetails = null, string eventSeverity = null, bool isCatalyst = false, int? perPage = 1000, string startingAfter = null, string endingBefore = null, CancellationToken cancellationToken = default)

Parameters

networkId string
productType string
includedEventTypes List<string>
excludedEventTypes List<string>
deviceMac string
deviceSerial string
deviceName string
clientIp string
clientMac string
clientName string
smDeviceMac string
smDeviceName string
eventDetails string
eventSeverity string
isCatalyst bool
perPage int?
startingAfter string
endingBefore string
cancellationToken CancellationToken

Returns

Task<NetworkEvents>