Interface INetworksHealthAlerts
- Namespace
- Meraki.Api.Interfaces.General.Networks
- Assembly
- Meraki.Api.dll
public interface INetworksHealthAlerts
Methods
GetNetworkHealthAlertsAsync(string, CancellationToken)
Return all global alerts on this network
[Get("/networks/{networkId}/health/alerts")]
Task<List<HealthAlert>> GetNetworkHealthAlertsAsync(string networkId, CancellationToken cancellationToken = default)
Parameters
networkId
stringThe network id
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call