Table of Contents

Class LiveToolsSection

Namespace
Meraki.Api.Sections.General.LiveTools
Assembly
Meraki.Api.dll

Provides access to live tools API endpoints

public class LiveToolsSection
Inheritance
LiveToolsSection
Inherited Members

Constructors

LiveToolsSection()

public LiveToolsSection()

Properties

AclHitCount

Enqueue a job to perform an ACL hit count for the device. This endpoint has a sustained rate limit of one request every five seconds per device, with an allowed burst of five requests.

public ILiveToolsAclHitCount AclHitCount { get; set; }

Property Value

ILiveToolsAclHitCount

ArpTable

Enqueue a job to perform a ARP table request for the device. This endpoint currently supports switches.

public ILiveToolsArpTable ArpTable { get; set; }

Property Value

ILiveToolsArpTable

CableTest

Enqueue a job to perform a cable test for the device on the specified ports.

public ILiveToolsCableTest CableTest { get; set; }

Property Value

ILiveToolsCableTest

CyclePort

Enqueue a job to perform a cycle port for the device on the specified ports. This endpoint has a sustained rate limit of one request every five seconds per device, with an allowed burst of five requests.

public ILiveToolsCyclePort CyclePort { get; set; }

Property Value

ILiveToolsCyclePort

DhcpLeases

Return a DHCP leases live tool job.

public ILiveToolsDhcpLeases DhcpLeases { get; set; }

Property Value

ILiveToolsDhcpLeases

Leds

Enqueue a job to blink LEDs on a device. This endpoint has a rate limit of one request every 10 seconds.

public ILiveToolsLeds Leds { get; set; }

Property Value

ILiveToolsLeds

MacTable

Return a MAC table live tool job.

public ILiveToolsMacTable MacTable { get; set; }

Property Value

ILiveToolsMacTable

MulticastRouting

Return a Multicast routing live tool job.

public ILiveToolsMulticastRouting MulticastRouting { get; set; }

Property Value

ILiveToolsMulticastRouting

OspfNeighbors

Return an OSPF neighbors live tool job.

public ILiveToolsOspfNeighbors OspfNeighbors { get; set; }

Property Value

ILiveToolsOspfNeighbors

Ping

Enqueue a job to ping a target host from the device

public ILiveToolsPing Ping { get; set; }

Property Value

ILiveToolsPing

PingDevice

Enqueue a job to check connectivity status to the device

public ILiveToolsPingDevice PingDevice { get; set; }

Property Value

ILiveToolsPingDevice

RoutingTable

Return an routing table live tool job.

public ILiveToolsRoutingTable RoutingTable { get; set; }

Property Value

ILiveToolsRoutingTable

SpeedTest

Returns a speed test result in megabits per second. If test is not complete, no results are present.

public ILiveToolsSpeedTest SpeedTest { get; set; }

Property Value

ILiveToolsSpeedTest

ThroughputTest

Enqueue a job to test a device throughput, the test will run for 10 secs to test throughput

public ILiveToolsThroughputTest ThroughputTest { get; set; }

Property Value

ILiveToolsThroughputTest

TraceRoute

Return a trace route job

public ILiveToolsTraceRoute TraceRoute { get; set; }

Property Value

ILiveToolsTraceRoute

WakeOnLan

Enqueue a job to send a Wake-on-LAN packet from the device

public ILiveToolsWakeOnLan WakeOnLan { get; set; }

Property Value

ILiveToolsWakeOnLan