Create ARP Entry
Adds an entry to the Address Resolution Protocol (ARP) cache.
Workflow inputs – Create ARP Entry
Call Workflow Input | Description | Required | Default Value |
connection details | XML document conforming to the ConnectionDetails common object that contains the information required to execute a command. | Yes | n/a |
internet address | IP address of the entry to be added. | Yes | n/a |
hardware address | Hardware address of the entry to be added. | Yes | n/a |
interface | Interface name for the entry to be added. | No | If a value is not specified for this input, an interface will not be used. |
Workflow outputs – Create ARP Entry
Call Workflow Output | Description |
output | XML document consisting of one or more <line> elements that contain the command response. Each <line> element contains an index attribute indicating the order in which the information was returned by the command. |
success | Did the operation succeed?
Valid values: true, false |