Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

Version 1 Next »


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


Field NameData TypeRequired (Yes/No)Associated GUI FieldAssociated PAPI MethodUsage and Guidelines
Header-MxRecordStringYes

Example: MxRecord
fqdnFQDNYesMail DestinationzoneThis field combines the MX record name and the zone name to form the FQDN. Example: MX1.corp100.com
_new_fqdnFQDNNo

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

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

mx

Domain name

YesMail ExchangeexchangerExample: mailer.foo.com
_new_mxDomain nameNo

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

priority

Unsigned integer

YesPreferenceprefExample: 10
_new_priorityUnsigned integerNo

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

commentStringNoCommentcomment
disabledBooleanNoDisabledisableExample: FALSE
ttl

Unsigned integer

NoTTLttlThis is an inherited field. For information, see Data Specific Guidelines. Example: 28800
EA-SiteStringNoExtensible attribute Siteextensible_attributesEA-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.
EA-UsersStringNoExtensible attribute Countryextensible_attributesEA-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-JoeSmithStringNoPermissions
Admin
Group/Role
permissionADMGRP-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 MX records. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab.

Adding an MX Record

This example shows how to add an MX record, bind_mx.corp100.com, with a mail exchanger, exchange.corp100.com and priority = 20.

header-mxrecord,fqdn*,mx*,priority* mxrecord,bind_mx.corp100.com,exchange.corp100.com,20

Overwriting MX Record Data

This example shows how to overwrite an existing MX record with a new fqdn, bind_mx2.corp100.com, and a new mail exchanger, new_exchange.corp100.com.

header-mxrecord,fqdn*,_new_fqdn,mx*,_new_mx
mxrecord,bind_mx.corp100.com,bind_mx2.corp100.com,exchange.corp100.com,new_exchange.co rp100.com

Merging MX Record Data

This example shows how to merge data to the existing MX record, bind_mx2.corp100.com, by adding inherited TTL value and extensible attributes Site = USA.

header-mxrecord,fqdn*,mx*,priority*,ttl,EA-Site mxrecord,bind_mx2.corp100.com,new_exchange.corp100.com,20,USA

  • No labels