Table of Contents

Class DeviceLiveToolsRoutingTableGetResponse

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

Device Live Tools Routing Table Get Response.

[DataContract]
public class DeviceLiveToolsRoutingTableGetResponse
Inheritance
DeviceLiveToolsRoutingTableGetResponse
Inherited Members

Constructors

DeviceLiveToolsRoutingTableGetResponse()

public DeviceLiveToolsRoutingTableGetResponse()

Properties

Entries

Routing table entries

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "entries")]
public List<DeviceLiveToolsRoutingTableGetResponseEntry> Entries { get; set; }

Property Value

List<DeviceLiveToolsRoutingTableGetResponseEntry>

Error

An error message for a failed execution

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

Property Value

string

Request

Routing table request parameters

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

Property Value

DeviceLiveToolsRoutingTableGetResponseRequest

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

string

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

string

Url

GET this url to check the status of your routing table request.

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

Property Value

string