A Record Create
This Automation Manager object creates an "A Record" (Address Record) for a computer.
Privileges
Elevated - Run as administrator.
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
Zone | String | Yes | The name of the zone in which to create an A Record. |
Name | String | Yes | The name of the A Record. |
IP Address | String | Yes | The IP address for the A Record. |
Output Parameters
Name | Type | Description |
---|---|---|
Result | Number | Returns a success value of zero or any value other than zero to indicate failure. |
Example Input Parameters
Name | Type | Required | Example |
---|---|---|---|
Zone | String | Yes | ABC.com |
Name | String | Yes | Firewall |
IP Address | String | Yes | 192.168.1.1 |