Description
Adds NAPTR records.
Parameters
Name | Description |
---|---|
absoluteName |
Location: query Type: string The FQDN for 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. |
flags |
Location: query Type: string An optional parameter used to set flag values for the record. |
order |
Location: query Type: integer (int32) Specifies the order in which NAPTR records are read if several are present and are possible matches. The lower ordervalue takes precedence. |
preference |
Location: query Type: integer (int32) Specifies the order in which NAPTR records are read if the ordervalues are the same in multiple records. The lower preferencevalue takes precedence. |
properties |
Location: query Type: string Adds object properties, including comments and user-defined fields. |
regexp |
Location: query Type: string A regular expression, enclosed in double quotation marks, used to transform the client data. If you do not specify a regular expression, you must specify a domain name in the replacement parameter. |
replacement |
Location: query Type: string Specifies a domain name as an alternative to the regexp. This parameter replaces client data with a domain name. |
service |
Location: query Type: string Specifies the service used for the NAPTR record. Valid settings for this parameter are listed in ENUM services. |
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 record. |
Responses
Code | Description |
---|---|
201 |
Type: integer (int64) Returns the object ID for the new NAPTR resource record. |