Interface ILiveToolsPingDevice
- Namespace
- Meraki.Api.Interfaces.General.LiveTools
- Assembly
- Meraki.Api.dll
public interface ILiveToolsPingDevice
Methods
CreateDeviceLiveToolsPingDeviceAsync(string, LiveToolsPing, CancellationToken)
Enqueue a job to check connectivity status to the device
[Post("/devices/{serial}/liveTools/pingDevice")]
Task<LiveToolsPing> CreateDeviceLiveToolsPingDeviceAsync(string serial, LiveToolsPing createDeviceLiveToolsPingDevice, CancellationToken cancellationToken = default)
Parameters
serial
stringThe serial number
createDeviceLiveToolsPingDevice
LiveToolsPingBody
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call
GetDeviceLiveToolsPingDeviceAsync(string, string, CancellationToken)
Return a ping job. Latency unit in response is in milliseconds. Size is in bytes.
[Get("/devices/{serial}/liveTools/pingDevice/{id}")]
Task<LiveToolsPing> GetDeviceLiveToolsPingDeviceAsync(string serial, string id, CancellationToken cancellationToken = default)
Parameters
serial
stringThe serial number
id
stringcancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call