Table of Contents

Interface IApplianceSingleLan

Namespace
Meraki.Api.Interfaces.Products.Appliance
Assembly
Meraki.Api.dll
public interface IApplianceSingleLan

Methods

GetNetworkApplianceSingleLanAsync(string, CancellationToken)

Return single LAN configuration

[Get("/networks/{networkId}/appliance/singleLan")]
Task<LanConfiguration> GetNetworkApplianceSingleLanAsync(string networkId, CancellationToken cancellationToken = default)

Parameters

networkId string

The network id

cancellationToken CancellationToken

Returns

Task<LanConfiguration>

Exceptions

ApiException

Thrown when fails to make API call

UpdateNetworkApplianceSingleLanAsync(string, LanConfigurationUpdateRequest, CancellationToken)

Update single LAN configuration

[Put("/networks/{networkId}/appliance/singleLan")]
Task<LanConfiguration> UpdateNetworkApplianceSingleLanAsync(string networkId, LanConfigurationUpdateRequest updateNetworkApplianceSingleLan, CancellationToken cancellationToken = default)

Parameters

networkId string

The network id

updateNetworkApplianceSingleLan LanConfigurationUpdateRequest

Body for updating a single LAN config

cancellationToken CancellationToken

Returns

Task<LanConfiguration>

Exceptions

ApiException

Thrown when fails to make API call