Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Page Tree
rootResource - staticarp

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 LengthSpecifies the MAC address to be mapped to this IP address.
ifIPAddressYesYesstringnone23 - Max LengthSpecifies the IP address on the network to be mapped to a MAC address.

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

Code Block
languagebash
Put code example here

Response:

Code Block
languagehtml/xml
Put Code response here