Interface ILiveToolsWakeOnLan
- Namespace
- Meraki.Api.Interfaces.General.LiveTools
- Assembly
- Meraki.Api.dll
public interface ILiveToolsWakeOnLan
Methods
CreateDeviceLiveToolsWakeOnLanAsync(string, LiveToolsWakeOnLanCreate, CancellationToken)
Enqueue a job to send a Wake-on-LAN packet from the device
[Post("/devices/{serial}/liveTools/wakeOnLan")]
Task<LiveToolsWakeOnLan> CreateDeviceLiveToolsWakeOnLanAsync(string serial, LiveToolsWakeOnLanCreate createDeviceLiveToolsWakeOnLan, CancellationToken cancellationToken = default)
Parameters
serial
stringThe serial number
createDeviceLiveToolsWakeOnLan
LiveToolsWakeOnLanCreateBody
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call
GetDeviceLiveToolsWakeOnLanAsync(string, string, CancellationToken)
Return a Wake-on-LAN job
[Get("/devices/{serial}/liveTools/wakeOnLan/{wakeOnLanId}")]
Task<LiveToolsWakeOnLanResult> GetDeviceLiveToolsWakeOnLanAsync(string serial, string wakeOnLanId, CancellationToken cancellationToken = default)
Parameters
serial
stringThe serial number
wakeOnLanId
stringWake on lan ID
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call