Class DeviceLiveToolsCyclePortGetResponse
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
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
Request
Cycle port request parameters
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "request")]
public DeviceLiveToolsCyclePortGetResponseRequest 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; }