Class LiveToolsSection
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
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
CableTest
Enqueue a job to perform a cable test for the device on the specified ports.
public ILiveToolsCableTest CableTest { get; set; }
Property Value
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
DhcpLeases
Return a DHCP leases live tool job.
public ILiveToolsDhcpLeases DhcpLeases { get; set; }
Property Value
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
MacTable
Return a MAC table live tool job.
public ILiveToolsMacTable MacTable { get; set; }
Property Value
MulticastRouting
Return a Multicast routing live tool job.
public ILiveToolsMulticastRouting MulticastRouting { get; set; }
Property Value
OspfNeighbors
Return an OSPF neighbors live tool job.
public ILiveToolsOspfNeighbors OspfNeighbors { get; set; }
Property Value
Ping
Enqueue a job to ping a target host from the device
public ILiveToolsPing Ping { get; set; }
Property Value
PingDevice
Enqueue a job to check connectivity status to the device
public ILiveToolsPingDevice PingDevice { get; set; }
Property Value
RoutingTable
Return an routing table live tool job.
public ILiveToolsRoutingTable RoutingTable { get; set; }
Property Value
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
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
TraceRoute
Return a trace route job
public ILiveToolsTraceRoute TraceRoute { get; set; }
Property Value
WakeOnLan
Enqueue a job to send a Wake-on-LAN packet from the device
public ILiveToolsWakeOnLan WakeOnLan { get; set; }