Table of Contents

Class DeviceLiveToolsCyclePortCreateResponse

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

Device Live Tools Cycle Port Create Response

[DataContract]
public class DeviceLiveToolsCyclePortCreateResponse
Inheritance
DeviceLiveToolsCyclePortCreateResponse
Inherited Members

Constructors

DeviceLiveToolsCyclePortCreateResponse()

public DeviceLiveToolsCyclePortCreateResponse()

Properties

Callback

Information for callback used to send back results

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

Property Value

DeviceLiveToolsCyclePortCreateResponseCallback

CyclePortId

ID of the cycle port request

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

Property Value

string

Request

Cycle port request parameters

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

Property Value

DeviceLiveToolsCyclePortCreateResponseRequest

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