Interface INetworksEventsEventTypes
- Namespace
- Meraki.Api.Interfaces.General.Networks
- Assembly
- Meraki.Api.dll
public interface INetworksEventsEventTypes
Methods
GetNetworkEventsEventTypesAsync(string, CancellationToken)
List the event type to human-readable description
[Get("/networks/{networkId}/events/eventTypes")]
Task<List<EventType>> GetNetworkEventsEventTypesAsync(string networkId, CancellationToken cancellationToken = default)
Parameters
networkId
stringThe network id
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call