Skip to content
Start here

Incoming

Secondary Zone Configuration Details
client.DNS.ZoneTransfers.Incoming.Get(ctx, query) (*ZoneTransferIncomingGetResponse, error)
GET/zones/{zone_id}/secondary_dns/incoming
Create Secondary Zone Configuration
client.DNS.ZoneTransfers.Incoming.New(ctx, params) (*ZoneTransferIncomingNewResponse, error)
POST/zones/{zone_id}/secondary_dns/incoming
Update Secondary Zone Configuration
client.DNS.ZoneTransfers.Incoming.Update(ctx, params) (*ZoneTransferIncomingUpdateResponse, error)
PUT/zones/{zone_id}/secondary_dns/incoming
Delete Secondary Zone Configuration
client.DNS.ZoneTransfers.Incoming.Delete(ctx, body) (*ZoneTransferIncomingDeleteResponse, error)
DELETE/zones/{zone_id}/secondary_dns/incoming
ModelsExpand Collapse
type Incoming struct{…}
ID stringOptional
AutoRefreshSeconds float64Optional

How often should a secondary zone auto refresh regardless of DNS NOTIFY. Not applicable for primary zones.

minimum300
CheckedTime stringOptional

The time for a specific event.

CreatedTime stringOptional

The time for a specific event.

ModifiedTime stringOptional

The time for a specific event.

Name stringOptional

Zone name.

Peers []stringOptional

A list of peer tags.

SOASerial float64Optional

The serial number of the SOA for the given zone.