Table of Contents

Class LiveToolsWakeOnLanResult

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

Wake On Lan Result

[DataContract]
public class LiveToolsWakeOnLanResult
Inheritance
LiveToolsWakeOnLanResult
Inherited Members

Properties

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