Delete Static IP Address
Removes an IP address and a default gateway from a specified interface configured with a static IP address.
Workflow inputs – Delete 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 name of the interface for which IP address and gateway will be removed.
| Yes | n/a |
ip address | The IP address to be removed. | Yes | n/a |
default gateway | The IP address of the default gateway. | Yes | n/a |
subnet mask | The subnet mask for the IP address. | No | 255.255.255.255 |
broadcast address | Address that determine the bounds the broadcast domain. | No | There is no default value. |
Workflow outputs – Delete 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 |