Class DeviceLiveToolsCyclePortCreateResponse
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
CyclePortId
ID of the cycle port request
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "cyclePortId")]
public string CyclePortId { get; set; }
Property Value
Request
Cycle port request parameters
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "request")]
public DeviceLiveToolsCyclePortCreateResponseRequest Request { get; set; }
Property Value
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
Url
GET this URL to check the status of your cycle port request.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "url")]
public string Url { get; set; }