Table of Contents

Interface INetworksTopologyLinkLayer

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

Methods

GetNetworkTopologyLinkLayerAsync(string, CancellationToken)

List of devices and connections among them within the network.

[Get("/networks/{networkId}/topology/linkLayer")]
Task<LinkLayers> GetNetworkTopologyLinkLayerAsync(string networkId, CancellationToken cancellationToken = default)

Parameters

networkId string

The network id

cancellationToken CancellationToken

Returns

Task<LinkLayers>

Exceptions

ApiException

Thrown when fails to make API call