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
stringThe network id
cancellationToken
CancellationToken
Returns
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
stringThe network id
networkSnmpSetting
NetworkSnmpSettingcancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call