arp_table¶
Overview¶
API to get the ARP Table
Version information¶
Version : v2
URI scheme¶
Host :
BasePath : /sdwan/nitro/v2/monitor/
Schemes : HTTP
Tags¶
- arp_table : Operations related to arp_table
Paths¶
Get operation for arp_table¶
GET /arp_table
Description¶
Use this operation to get ARP Statistics Table
Responses¶
HTTP Code | Description | Schema |
---|---|---|
200 | API Successfully executed | arp_table_response_schema |
400 | Failed: bad input parameter | ErrorSchema |
401 | Unauthorized: Failed Authentication | ErrorSchema |
403 | Unauthorized: Forbidden | ErrorSchema |
405 | Failed: Data format unacceptable | ErrorSchema |
415 | Failed: Data format unacceptable | ErrorSchema |
500 | Failed: Internal Server Error | ErrorSchema |
Produces¶
application/json
Tags¶
- arp_table
Definitions¶
ErrorSchema¶
Name | Schema |
---|---|
errorcode optional |
integer |
errormessage optional |
string |
arp_table_delete_success_schema¶
Name | Schema |
---|---|
arp_table optional |
arp_table |
Name | Description | Schema |
---|---|---|
message optional |
Example : "resource deleted succesfully" |
string |
arp_table_post_success_schema¶
Name | Schema |
---|---|
arp_table optional |
arp_table |
Name | Description | Schema |
---|---|---|
message optional |
Example : "resource added succesfully" |
string |
arp_table_put_success_schema¶
Name | Schema |
---|---|
arp_table optional |
arp_table |
Name | Description | Schema |
---|---|---|
message optional |
Example : "resource modified succesfully" |
string |
arp_table_response_schema¶
Type : < arp_table_response_schema > array
Name | Schema |
---|---|
interface optional |
interface |
ip_address optional |
ip_address |
mac_address optional |
mac_address |
reply_age optional |
reply_age |
routing_domain optional |
routing_domain |
state optional |
state |
type optional |
type |
vlan optional |
vlan |
interface¶
The interface to which ARP Statistics apply
Type : integer
ip_address¶
The interface IP Address
Type : string
mac_address¶
The interface MAC Address
Type : string
reply_age¶
The Interface reply age in milliseconds
Type : integer
routing_domain¶
The interface Routing domain
Type : string
state¶
The interface state
Type : string
type¶
The ARP Stats Type
Type : string
vlan¶
Virtual LAN Interface identifier
Type : integer