Class DeviceLiveToolsRoutingTableCreateResponse
Device Live Tools Routing Table Create Response.
[DataContract]
public class DeviceLiveToolsRoutingTableCreateResponse
- Inheritance
-
DeviceLiveToolsRoutingTableCreateResponse
- Inherited Members
Constructors
DeviceLiveToolsRoutingTableCreateResponse()
public DeviceLiveToolsRoutingTableCreateResponse()
Properties
Callback
Information for callback used to send back results
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "callback")]
public DeviceLiveToolsRoutingTableCreateResponseCallback Callback { get; set; }
Property Value
Request
Routing table request parameters
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "request")]
public DeviceLiveToolsRoutingTableCreateResponseRequest Request { get; set; }
Property Value
RoutingTableId
Id of the routing table request. Used to check the status of the request.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "routingTableId")]
public string RoutingTableId { get; set; }
Property Value
Status
Status of the routing table 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 routing table request.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "url")]
public string Url { get; set; }