Delete Route
Deletes a routing table entry.
Workflow inputs – Delete Route
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 |
target | The target network or host address. | Yes | n/a |
target type | Indicates whether the target is a network or host address.
Valid values: net, host | Yes | n/a |
netmask | The netmask for the route. | No | If a value is not specified for this input, a netmask will not be used. |
gateway | The gateway to which packets are routed. | No | If a value is not specified for this input, a gateway will not be used. |
metric | The metric for the route. | No | If a value is not specified for this input, a metric will not be used. |
interface | The name of the interface from which packets are routed. | No | If a value is not specified for this input, an interface will not be used. |
Workflow outputs – Delete Route
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 |