Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »



Note: IDN is supported for object types: fqdn and replacement. You can use punycode or IDNs while importing these objects.




Field Name

Data Type Required Associated GUI Associated PAPI Usage and Guidelines (Yes/No) Field Method

 

Header-NaptrRecord

String Yes

Example: NaptrRecord

fqdn

FQDN Yes Domain

name This field combines the domain name and the zone name to form the FQDN. Example: aptr1.corp100.com

_new_fqdn

FQDN No

Add this field to overwrite the fqdn field when you select the overwrite or merge option.

view

StringNo DNS View

views If no view is specified, the Default view is used. Example: Default

order

Unsigned integer Yes Order

order Example: 10

_new_order

Unsigned integerNo

Add this field to overwrite the order field when you select the overwrite or merge option.

preference

Unsigned integer Yes Preference

preference Example: 20

_new_preference

Unsigned integerNo

Add this field to overwrite the preference field when you select the overwrite or merge option.

flags

String No Flags

flags You can leave this field empty.
Example: U

_new_flags

String No

Add this field to overwrite the flags field when you select the overwrite or merge option.

services

StringNo Service

services You can leave this field empty.
Example: SIP+D2U

_new_services

String No

Add this field to overwrite the services field when you select the overwrite or merge option.

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="97ff7b23-f4ef-443b-ac85-674578ab2167"><ac:plain-text-body><![CDATA[

regexp

StringNo REGEX

regexp You can leave this field empty. Example: http://([^/:]+)!\1!i

]]></ac:plain-text-body></ac:structured-macro>

_new_regexp

String No

Add this field to overwrite the regexp field when you select the overwrite or merge option.

replacement

String Yes Replacemen

t replacement Example: corp100.com

_new_replacement

String No

Add this field to overwrite the replacement field when you select the overwrite or merge option.

comment

StringNo Comment

comment

disabled

BooleanNo Disable

disable Example: FALSE


Field NameData TypeRequired Associated GUI (Yes/No) FieldAssociated PAPI MethodUsage and Guidelines
ttl Unsigned integer NoTTL ttl This is an inherited field. For information,
see Data Specific Guidelines on page 9. Example: 28800
EA-Site StringNo Extensible attribute Site

extensible_attrib utes

EA-Site is an example of a predefined extensible attribute. You can add other predefined attributes to the data file. For information about data format and examples, see Data Specific Guidelines on page 9.
EA-UsersStringNo Extensible attribute Country
extensible_attrib utes
EA-Users is an example of a user defined attribute. You can add other user defined attributes to the data file. For information about data format and examples, see Data Specific Guidelines .
ADMGRP-JoeSmithStringNo Permissions Admin Group/Role
permission ADMGRP-JoeSmith is an example of an
admin permission of a specific admin group. For information about data format and examples, see Data Specific Guidelines .


Examples

This section contains examples of how to create data files for NPATR records. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab.

Adding a NAPTR Record

This example shows how to add a NAPTR record, bind_naptr.corp100.com, with order = 10, preference = 20, and replacement = corp200.com.
header-naptrrecord,fqdn*,order*,preference*,replacement* naptrrecord,bind_naptr.corp100.com,10,20,corp200.com

Overwriting NAPTR Record Data

This example shows how to overwrite the FQDN of an existing NAPTR record from bind_naptr.corp100.com to bind_naptr2.corp100.com.
header-naptrrecord,fqdn*,_new_fqdn order*,preference*,replacement* naptrrecord,bind_naptr.corp100.com,bind_naptr2.corp100.com,10,20,corp200.com
This example shows how to override the preference of an existing NAPTR record from 20 to 25 and replacement from
corp200.com to corp300.com.
header-naptrrecord,fqdn*,order*,preference*,_new_preference,replacement*,_new_replacem ent
naptrrecord,bind_naptr.corp100.com,10 20 25,corp200.com,corp300.com

Merging NAPTR Record Data

This example shows how to merge Service = http+E2U and TTL = 3600 seconds to an existing NAPTR record. header-naptrrecord,fqdn*,order*,preference*,replacement*,services,ttl naptrrecord,bind_naptr.corp100.com,10,25,Corp300.com,http+E2U,3600

  • No labels