Adds external host records.
This method will add the external host record under a zone. In order to add external host records under templates, you must use Add Entity for Resource Records.
Output / Response
Returns the object ID for the new external host record.
API Call:
long addExternalHostRecord( long viewId,
String name, String properties
)
Parameter | Description |
---|---|
viewId | The object ID for the parent view to which this record is being added. |
name | The FQDN for the host record. |
properties | Adds object properties, including comments and user-defined fields. |