Name | Type | Description | Notes |
---|---|---|---|
id | str | Opaque zone id (string), assigned by the server, should not be interpreted by the application. Guaranteed to be safe for embedding in URLs. | [optional] |
name | str | Name of the zone (e.g. “example.com.”) MUST have a trailing dot | [optional] |
type | str | Set to “Zone” | [optional] |
url | str | API endpoint for this zone | [optional] |
kind | str | Zone kind, one of “Native”, “Master”, “Slave” | [optional] |
rrsets | list[RRSet] | RRSets in this zone | [optional] |
serial | int | The SOA serial number | [optional] |
notified_serial | int | The SOA serial notifications have been sent out for | [optional] |
masters | list[str] | List of IP addresses configured as a master for this zone (“Slave” type zones only) | [optional] |
dnssec | bool | Whether or not this zone is DNSSEC signed (inferred from presigned being true XOR presence of at least one cryptokey with active being true) | [optional] |
nsec3param | str | The NSEC3PARAM record | [optional] |
nsec3narrow | bool | Whether or not the zone uses NSEC3 narrow | [optional] |
presigned | bool | Whether or not the zone is pre-signed | [optional] |
soa_edit | str | The SOA-EDIT metadata item | [optional] |
soa_edit_api | str | The SOA-EDIT-API metadata item | [optional] |
api_rectify | bool | Whether or not the zone will be rectified on data changes via the API | [optional] |
zone | str | MAY contain a BIND-style zone file when creating a zone | [optional] |
account | str | MAY be set. Its value is defined by local policy | [optional] |
nameservers | list[str] | MAY be sent in client bodies during creation, and MUST NOT be sent by the server. Simple list of strings of nameserver names, including the trailing dot. Not required for slave zones. | [optional] |