Table of Contents

Class LiveToolsArpTable

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

Live Tools Arp Table

[DataContract]
public class LiveToolsArpTable
Inheritance
LiveToolsArpTable
Inherited Members

Properties

ArpTableId

Id of the ARP table request. Used to check the status of the request.

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

Property Value

string

Callback

Information for callback used to send back results

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "callback")]
public LiveToolsArpTableCallback Callback { get; set; }

Property Value

LiveToolsArpTableCallback

Request

ARP table request parameters

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

Property Value

LiveToolsArpTableRequest

Status

Status of the ARP table request.

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

Property Value

string

Url

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

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

Property Value

string