Class NetworksEventsSection
public class NetworksEventsSection
- Inheritance
-
NetworksEventsSection
- Inherited Members
Properties
EventsTypes
public INetworksEventsEventTypes EventsTypes { get; }
Property Value
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
stringproductType
stringincludedEventTypes
List<string>excludedEventTypes
List<string>deviceMac
stringdeviceSerial
stringdeviceName
stringclientIp
stringclientMac
stringclientName
stringsmDeviceMac
stringsmDeviceName
stringeventDetails
stringeventSeverity
stringisCatalyst
boolperPage
int?startingAfter
stringendingBefore
stringcancellationToken
CancellationToken