Description
Adds host records for IPv4 or IPv6 addresses. All addresses must be valid addresses.
Parameters
| Name | Description |
|---|---|
| absoluteName |
Location: query Type: string The FQDN of the host record. If you are adding a record
in a zone that is linked to an incremental naming
policy, you must add a single hash (#) sign at the
appropriate location in the FQDN. Depending on the
policy order value, the location of the single hash sign
varies.
Note: When adding same as zone records, the FQDN
must be prefaced with a period. For example:
absoluteName=.example.com
|
| addresses |
Location: query Type: string A list of comma-separated IP addresses, for example, 10.0.0.5,130.4.5.2.
|
| properties |
Location: query Type: string Adds object properties, including comments and user-defined fields.
|
| ttl |
Location: query Type: integer (int64) The time-to-live (TTL) value for the record. To ignore the TTL, set the value
to -1.
|
| viewId |
Location: query Type: integer (int64) The object ID for the parent view to which this record is being added.
|
Responses
| Code | Description |
|---|---|
| 201 |
Type: integer (int64) Returns the object ID for the new host resource record.
|