Class DeviceLiveToolsTraceRouteCreateResponse
Device Live Tools Trace Route Create Response
[DataContract]
public class DeviceLiveToolsTraceRouteCreateResponse
- Inheritance
-
DeviceLiveToolsTraceRouteCreateResponse
- Inherited Members
Constructors
DeviceLiveToolsTraceRouteCreateResponse()
public DeviceLiveToolsTraceRouteCreateResponse()
Properties
Callback
Information for callback used to send back results
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "callback")]
public DeviceLiveToolsTraceRouteCreateResponseCallback Callback { get; set; }
Property Value
Request
traceroute request parameters
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "request")]
public DeviceLiveToolsTraceRouteCreateResponseRequest Request { get; set; }
Property Value
Status
Status of the trace route request. enum = ["complete", "failed", "new", "ready", "running", ...]
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public string Status { get; set; }
Property Value
TraceRouteId
Id of the trace route request. Used to check the status of the request.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "traceRouteId")]
public string TraceRouteId { get; set; }
Property Value
Url
GET this url to check the status of your trace route request.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "url")]
public string Url { get; set; }