Table of Contents

Class DeviceLiveToolsCyclePortGetResponse

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

Device Live Tools Cycle Port Get Response

[DataContract]
public class DeviceLiveToolsCyclePortGetResponse
Inheritance
DeviceLiveToolsCyclePortGetResponse
Inherited Members

Constructors

DeviceLiveToolsCyclePortGetResponse()

public DeviceLiveToolsCyclePortGetResponse()

Properties

CyclePortId

ID of the cycle port request

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

Property Value

string

Error

An error message for a failed cycle port execution, if present

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

Property Value

string

Request

Cycle port request parameters

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

Property Value

DeviceLiveToolsCyclePortGetResponseRequest

Status

Status of the cycle port request. enum = ["complete", "failed", "new", "ready", "running", ...]

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

Property Value

string

Url

GET this URL to check the status of your cycle port request.

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

Property Value

string