Table of Contents

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 string

The network id

cancellationToken CancellationToken

Returns

Task<List<EventType>>

Exceptions

ApiException

Thrown when fails to make API call