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
networkIdstringcancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call