Table of Contents

Class DeviceLiveToolsMacTableGetResponse

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

Device Live Tools MAC Table Get Response

[DataContract]
public class DeviceLiveToolsMacTableGetResponse
Inheritance
DeviceLiveToolsMacTableGetResponse
Inherited Members

Constructors

DeviceLiveToolsMacTableGetResponse()

public DeviceLiveToolsMacTableGetResponse()

Properties

Entries

MAC address table entries

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

Property Value

List<DeviceLiveToolsMacTableGetResponseEntry>

Error

An error message for a failed execution

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

Property Value

string

MacTableId

ID of the MAC table request. Used to check the status of the request.

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

Property Value

string

Request

MAC table request parameters

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

Property Value

DeviceLiveToolsMacTableGetResponseRequest

Status

Status of the MAC 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 MAC table request.

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

Property Value

string