Interface ILiveToolsArpTable
- Namespace
- Meraki.Api.Interfaces.General.LiveTools
- Assembly
- Meraki.Api.dll
public interface ILiveToolsArpTable
Methods
CreateDeviceLiveToolsArpTableAsync(string, LiveToolsArpTableCreate, CancellationToken)
Enqueue a job to perform a ARP table request for the device. This endpoint currently supports switches.
[Post("/devices/{serial}/liveTools/arpTable")]
Task<LiveToolsArpTable> CreateDeviceLiveToolsArpTableAsync(string serial, LiveToolsArpTableCreate createDeviceLiveToolsArpTable, CancellationToken cancellationToken = default)
Parameters
serial
stringThe serial number
createDeviceLiveToolsArpTable
LiveToolsArpTableCreateBody
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call
GetDeviceLiveToolsArpTableAsync(string, string, CancellationToken)
Return an ARP table live tool job.
[Get("/devices/{serial}/liveTools/arpTable/{arpTableId}")]
Task<LiveToolsArpTableResult> GetDeviceLiveToolsArpTableAsync(string serial, string arpTableId, CancellationToken cancellationToken = default)
Parameters
serial
stringThe serial number
arpTableId
stringArp table ID
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call