Adds HINFO records.
Output / Response
Returns the object ID for the new HINFO resource record.
API call:
long addHINFORecord ( long viewId, String
absoluteName, String cpu, String
os, long ttl, String
properties )
Parameter | Description |
---|---|
viewId | The object ID for the parent view to which the HINFO record is being added. |
absoluteName | The FQDN of the HINFO record. If you are adding a record in a zone that is linked to a incremental Naming Policy, a single hash (#) sign must be added at the appropriate location in the FQDN. Depending on the policy order value, the location of the single hash (#) sign varies. |
cpu | A string providing central processing unit information. |
os | A string providing operating system information. |
ttl | The time-to-live value for the record. To ignore the ttl, set this value to -1. |
properties | Adds object properties, including comments and user-defined fields. |