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