Interface INetworksSensorAlertsCurrent
- Namespace
- Meraki.Api.Interfaces.General.Networks
- Assembly
- Meraki.Api.dll
I Networks Sensor Alerts Current
public interface INetworksSensorAlertsCurrent
Methods
GetNetworkSensorAlertsCurrentOverviewByMetricAsync(string, CancellationToken)
Return an overview of currently alerting sensors by metric
[Get("/networks/{networkId}/sensor/alerts/current/overview/byMetric")]
Task<NetworkSensorAlertsCurrentByMetricOverview> GetNetworkSensorAlertsCurrentOverviewByMetricAsync(string networkId, CancellationToken cancellationToken = default)
Parameters
networkIdstringcancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call