Skip to content
Start here

Outgoing

Primary Zone Configuration Details
client.DNS.ZoneTransfers.Outgoing.Get(ctx, query) (*ZoneTransferOutgoingGetResponse, error)
GET/zones/{zone_id}/secondary_dns/outgoing
Create Primary Zone Configuration
client.DNS.ZoneTransfers.Outgoing.New(ctx, params) (*ZoneTransferOutgoingNewResponse, error)
POST/zones/{zone_id}/secondary_dns/outgoing
Update Primary Zone Configuration
client.DNS.ZoneTransfers.Outgoing.Update(ctx, params) (*ZoneTransferOutgoingUpdateResponse, error)
PUT/zones/{zone_id}/secondary_dns/outgoing
Delete Primary Zone Configuration
client.DNS.ZoneTransfers.Outgoing.Delete(ctx, body) (*ZoneTransferOutgoingDeleteResponse, error)
DELETE/zones/{zone_id}/secondary_dns/outgoing
Disable Outgoing Zone Transfers
client.DNS.ZoneTransfers.Outgoing.Disable(ctx, params) (*DisableTransfer, error)
POST/zones/{zone_id}/secondary_dns/outgoing/disable
Enable Outgoing Zone Transfers
client.DNS.ZoneTransfers.Outgoing.Enable(ctx, params) (*EnableTransfer, error)
POST/zones/{zone_id}/secondary_dns/outgoing/enable
Force DNS NOTIFY
client.DNS.ZoneTransfers.Outgoing.ForceNotify(ctx, params) (*string, error)
POST/zones/{zone_id}/secondary_dns/outgoing/force_notify
ModelsExpand Collapse
type DisableTransfer string

The zone transfer status of a primary zone.

type EnableTransfer string

The zone transfer status of a primary zone.

type Outgoing struct{…}
ID stringoptional
CheckedTime stringoptional

The time for a specific event.

CreatedTime stringoptional

The time for a specific event.

LastTransferredTime 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.

type OutgoingStatus string

The zone transfer status of a primary zone.

OutgoingStatus

Get Outgoing Zone Transfer Status
client.DNS.ZoneTransfers.Outgoing.Status.Get(ctx, query) (*EnableTransfer, error)
GET/zones/{zone_id}/secondary_dns/outgoing/status