Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter

Required/
Optional

Description

Example Value

fqdn

Required

Specifies the fully qualified domain name of the host to which you want to assign the text value.

host43.zone12.org

text

Required

Specifies the text value that you want to associate with the TXT record.
It can contain substrings of up to 255 bytes and a total of up to 512 bytes.
If you enter leading, trailing, or embedded spaces in the text string, add double quotes around the text enclose the entire string within \" characters to preserve the spaces.

"\" v=spf1 include:corp200.comĀ -all \""

dns_view

Optional

Specifies the DNS view in which the zone exists. If a value is not specified, default will be used as the DNS view name.

dns_view_1

ttl

Optional

Specifies the Time to Live value for the record. There is no default value for this parameter.
If a value is not specified, then in NIOS, the TTL value is inherited from the parent zone of the DNS record for this resource. A TTL value of 0 (zero) means caching should be disabled for this record.

600

comment

Optional

Describes the record.

auto-created test record #1

ext_attrs

Optional

Specifies the set of NIOS extensible attributes that are attached to the record.

jsonencode({})

...