Table of Contents

Interface INetworksSnmp

Namespace
Meraki.Api.Interfaces.General.Networks
Assembly
Meraki.Api.dll
public interface INetworksSnmp

Methods

GetNetworkSnmpAsync(string, CancellationToken)

Return the SNMP settings for a network

[Get("/networks/{networkId}/snmp")]
Task<NetworkSnmpSetting> GetNetworkSnmpAsync(string networkId, CancellationToken cancellationToken = default)

Parameters

networkId string

The network id

cancellationToken CancellationToken

Returns

Task<NetworkSnmpSetting>

Exceptions

ApiException

Thrown when fails to make API call

UpdateNetworkSnmpAsync(string, NetworkSnmpSetting, CancellationToken)

Update the SNMP settings for a network

[Put("/networks/{networkId}/snmp")]
Task<NetworkSnmpSetting> UpdateNetworkSnmpAsync(string networkId, NetworkSnmpSetting networkSnmpSetting, CancellationToken cancellationToken = default)

Parameters

networkId string

The network id

networkSnmpSetting NetworkSnmpSetting
cancellationToken CancellationToken

Returns

Task<NetworkSnmpSetting>

Exceptions

ApiException

Thrown when fails to make API call