Skip to content
Start here

Incoming

Secondary Zone Configuration Details
client.dns.zoneTransfers.incoming.get(IncomingGetParams { zone_id } params, RequestOptionsoptions?): IncomingGetResponse { id, auto_refresh_seconds, checked_time, 5 more }
GET/zones/{zone_id}/secondary_dns/incoming
Create Secondary Zone Configuration
client.dns.zoneTransfers.incoming.create(IncomingCreateParams { zone_id, auto_refresh_seconds, name, peers } params, RequestOptionsoptions?): IncomingCreateResponse { id, auto_refresh_seconds, checked_time, 5 more }
POST/zones/{zone_id}/secondary_dns/incoming
Update Secondary Zone Configuration
client.dns.zoneTransfers.incoming.update(IncomingUpdateParams { zone_id, auto_refresh_seconds, name, peers } params, RequestOptionsoptions?): IncomingUpdateResponse { id, auto_refresh_seconds, checked_time, 5 more }
PUT/zones/{zone_id}/secondary_dns/incoming
Delete Secondary Zone Configuration
client.dns.zoneTransfers.incoming.delete(IncomingDeleteParams { zone_id } params, RequestOptionsoptions?): IncomingDeleteResponse { id }
DELETE/zones/{zone_id}/secondary_dns/incoming
ModelsExpand Collapse
Incoming { id, auto_refresh_seconds, checked_time, 5 more }
id?: string
auto_refresh_seconds?: number

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

minimum300
checked_time?: string

The time for a specific event.

created_time?: string

The time for a specific event.

modified_time?: string

The time for a specific event.

name?: string

Zone name.

peers?: Array<string>

A list of peer tags.

soa_serial?: number

The serial number of the SOA for the given zone.

IncomingGetResponse { id, auto_refresh_seconds, checked_time, 5 more }
id?: string
auto_refresh_seconds?: number

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

minimum300
checked_time?: string

The time for a specific event.

created_time?: string

The time for a specific event.

modified_time?: string

The time for a specific event.

name?: string

Zone name.

peers?: Array<string>

A list of peer tags.

soa_serial?: number

The serial number of the SOA for the given zone.

IncomingCreateResponse { id, auto_refresh_seconds, checked_time, 5 more }
id?: string
auto_refresh_seconds?: number

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

minimum300
checked_time?: string

The time for a specific event.

created_time?: string

The time for a specific event.

modified_time?: string

The time for a specific event.

name?: string

Zone name.

peers?: Array<string>

A list of peer tags.

soa_serial?: number

The serial number of the SOA for the given zone.

IncomingUpdateResponse { id, auto_refresh_seconds, checked_time, 5 more }
id?: string
auto_refresh_seconds?: number

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

minimum300
checked_time?: string

The time for a specific event.

created_time?: string

The time for a specific event.

modified_time?: string

The time for a specific event.

name?: string

Zone name.

peers?: Array<string>

A list of peer tags.

soa_serial?: number

The serial number of the SOA for the given zone.

IncomingDeleteResponse { id }
id?: string