Table of Contents

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 string

The serial number

createDeviceLiveToolsWakeOnLan LiveToolsWakeOnLanCreate

Body

cancellationToken CancellationToken

Returns

Task<LiveToolsWakeOnLan>

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 string

The serial number

wakeOnLanId string

Wake on lan ID

cancellationToken CancellationToken

Returns

Task<LiveToolsWakeOnLanResult>

Exceptions

ApiException

Thrown when fails to make API call