adddnsnaptrrec

Use this method to creates an NAPTR record. Each resource record is stored with a unique, internally generated record ID, which you can view and use to delete the record.

Syntax



Parameters

domain

Name of the domain for the NAPTR record.
This is mandatory parameter.

order

An integer specifying the order in which the NAPTR records MUST be processed in order to accurately represent the ordered list of Rules. The ordering is from lowest to highest.
This is mandatory parameter.
Maximum value = 65535.

preference

An integer specifying the preference of this NAPTR among NAPTR records having same order. lower the number, higher the preference.
This is mandatory parameter.
Maximum value = 65535.

flags

flags for this NAPTR.

services

Service Parameters applicable to this delegation path.

regexp

The regular expression, that specifies the substitution expression for this NAPTR

replacement

The replacement domain name for this NAPTR.

ttl

Time to Live (TTL), in seconds, for the record. TTL is the time for which the record must be cached by DNS proxies. The specified TTL is applied to all the resource records that are of the same record type and belong to the specified domain name. For example, if you add an address record, with a TTL of 36000, to the domain name example.com, the TTLs of all the address records of example.com are changed to 36000. If the TTL is not specified, the Citrix ADC uses either the DNS zone's minimum TTL or, if the SOA record is not available on the appliance, the default value of 3600.
Default value = 3600.
Maximum value = 2147483647.

Return Value

Returns simpleResult

See Also