Table of Contents

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 string

The network id

cancellationToken CancellationToken

Returns

Task<List<HealthAlert>>

Exceptions

ApiException

Thrown when fails to make API call