Table of Contents

Class NetworksAlertsSection

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

Provides access to networks alerts API endpoints

public class NetworksAlertsSection
Inheritance
NetworksAlertsSection
Inherited Members

Constructors

NetworksAlertsSection()

public NetworksAlertsSection()

Properties

Settings

Return the alert configuration for this network

public INetworksAlertsSettings Settings { get; }

Property Value

INetworksAlertsSettings

Methods

GetNetworkAlertsHistoryAsync(string, CancellationToken)

public Task<List<NetworkAlertsHistoryItem>> GetNetworkAlertsHistoryAsync(string networkId, CancellationToken cancellationToken = default)

Parameters

networkId string
cancellationToken CancellationToken

Returns

Task<List<NetworkAlertsHistoryItem>>