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 |
---|
ifHwAddress | Yes | Yes | string | none | 18 - Max Length | Specifies the MAC address to be mapped to this IP address. |
---|
ifIPAddress | Yes | Yes | string | none | 23 - Max Length | Specifies the IP address on the network to be mapped to a MAC address. |
---|
Code Block |
---|
|
Put code example here |
Response:
Code Block |
---|
|
Put Code response here |