Interface ILiveToolsPing
- Namespace
- Meraki.Api.Interfaces.General.LiveTools
- Assembly
- Meraki.Api.dll
public interface ILiveToolsPing
Methods
CreateDeviceLiveToolsPingAsync(string, LiveToolsPingCreate, CancellationToken)
Enqueue a job to ping a target host from the device
[Post("/devices/{serial}/liveTools/ping")]
Task<LiveToolsPing> CreateDeviceLiveToolsPingAsync(string serial, LiveToolsPingCreate createDeviceLiveToolsPing, CancellationToken cancellationToken = default)
Parameters
serial
stringThe serial number
createDeviceLiveToolsPing
LiveToolsPingCreateBody
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call
GetDeviceLiveToolsPingAsync(string, string, CancellationToken)
Return a ping job. Latency unit in response is in milliseconds. Size is in bytes.
[Get("/devices/{serial}/liveTools/ping/{id}")]
Task<LiveToolsPing> GetDeviceLiveToolsPingAsync(string serial, string id, CancellationToken cancellationToken = default)
Parameters
serial
stringThe serial number
id
stringThe device id
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call