Create DNS Server Entry
Adds a DNS server to a list of DNS servers for a specified interface.
Workflow inputs – Create DNS Server 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 |
interface name | The name of the interface to be added to the list of DNS servers.
| Yes | n/a |
ip address | The IP address of the DNS server to be added. | Yes | n/a |
dns index | The position of the added DNS server in the list of DNS servers for the interface. | No | There is no default value. |
Workflow outputs – Create DNS Server 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 |