Table of Contents

Class LiveToolsWakeOnLan

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

Wake On Lan

[DataContract]
public class LiveToolsWakeOnLan
Inheritance
LiveToolsWakeOnLan
Inherited Members

Properties

Callback

Information for callback used to send back results

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "callback")]
public LiveToolsWakeOnLanCallback? Callback { get; set; }

Property Value

LiveToolsWakeOnLanCallback

Error

An error message for a failed execution

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "error")]
public string? Error { get; set; }

Property Value

string

Request

The parameters of the Wake-on-LAN request

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "request")]
public LiveToolsWakeOnLanRequest Request { get; set; }

Property Value

LiveToolsWakeOnLanRequest

Status

Status of the Wake-on-LAN request

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public string Status { get; set; }

Property Value

string

Url

GET this url to check the status of your ping request

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "url")]
public string Url { get; set; }

Property Value

string

WakeOnLanId

ID of the Wake-on-LAN job

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "wakeOnLanId")]
public string WakeOnLanId { get; set; }

Property Value

string