You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

REST API Method: PUT /rest/staticarp/{identifier}

Creates a static ARP entry given a specific ID and values.

URL:

https://134.56.227.163/rest/staticarp/{identifier}

HTTP Method

PUT

Requires Authentication:

true



Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
ifHwAddressYesYesstringnone18 - Max Length Specifies the MAC address to be mapped to this IP address.
ifIPAddressYesYesstringnone23 - Max Length Specifies the IP address on the network to be mapped to a MAC address.

Usage Example: (about cURL | requires a session token)

Put code example here

Response:

Put Code response here
  • No labels