Table of Contents

Interface INetworksAlerts

Namespace
Meraki.Api.Interfaces.General.Networks
Assembly
Meraki.Api.dll

I Networks Alerts

public interface INetworksAlerts

Methods

GetNetworkAlertsHistoryAsync(string, CancellationToken)

Return the alert history for this network

[Get("/networks/{networkId}/alerts/history")]
Task<List<NetworkAlertsHistoryItem>> GetNetworkAlertsHistoryAsync(string networkId, CancellationToken cancellationToken = default)

Parameters

networkId string
cancellationToken CancellationToken

Returns

Task<List<NetworkAlertsHistoryItem>>

Exceptions

ApiException

Thrown when fails to make API call