Description
Adds MX records.
Parameters
| Name | Description |
|---|---|
| absoluteName |
Location: query Type: string The FQDN of the record. If you are adding a record in a zone that is
linked to a 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.
|
| linkedRecordName |
Location: query Type: string The FQDN of the host record to which this MX record is linked.
|
| priority |
Location: query Type: integer (int32) Specifies which mail server to send clients to first when multiple
matching MX records are present. Multiple MX records with equal priority
values are referred to in a round-robin fashion.
|
| 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 where you wish to add the MX record.
|
Responses
| Code | Description |
|---|---|
| 201 |
Type: integer (int64) Returns the object ID for the new MX resource record.
|