Update Static IP Address
Configures an IP address and a default gateway on a specified interface.
Workflow inputs – Update Static IP Address
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 |
interface name | The interface name for which the address and gateway information will be added.
| Yes | n/a |
ip address | The IP address to be configured. | Yes | n/a |
subnet mask | The subnet mask for the ip address being configured.
| No | 255.255.255.255 |
default gateway | The IP address of the default gateway to be configured. | Yes | n/a |
gateway metric | The metric for the default gateway to be configured.
Valid values: integer between 1 and 9999 | No | There is no default value. |
broadcast address | Address that determine the bounds the broadcast domain | No | There is no default value. |
Workflow outputs – Update Static IP Address
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 |