network arp static¶
static ARP Commands
static Specification¶
Type Collection Object Key(s) ip-addr, vlan Collection Name static-list Collection URI /axapi/v3/network/arp/static Element Name static Element URI /axapi/v3/network/arp/static/{ip-addr}+{vlan} Element Attributes static_attributes Schema static schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/network/arp/static | ||
Create List | POST | /axapi/v3/network/arp/static | ||
Get Object | GET | /axapi/v3/network/arp/static/{ip-addr}+{vlan} | ||
Get List | GET | /axapi/v3/network/arp/static | ||
Modify Object | POST | /axapi/v3/network/arp/static/{ip-addr}+{vlan} | ||
Replace Object | PUT | /axapi/v3/network/arp/static/{ip-addr}+{vlan} | ||
Replace List | PUT | /axapi/v3/network/arp/static | ||
Delete Object | DELETE | /axapi/v3/network/arp/static/{ip-addr}+{vlan} |
static-list¶
static-list is JSON List of static attributes
static-list : [
]
static attributes¶
ethernet
Description Ethernet port (Port Value)
Type: number
Format: interface
Mutual Exclusion: ethernet and trunk are mutually exclusive
ip-addr
Description IP address
Type: string
Format: ipv4-address
mac-addr
Description MAC address
Type: string
Format: mac-address
trunk
Description Trunk group
Type: number
Range: 1-4096
Mutual Exclusion: trunk and ethernet are mutually exclusive
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
vlan