Skip to content
Start here

TSIGs

List TSIGs
client.DNS.ZoneTransfers.TSIGs.List(ctx, query) (*SinglePage[TSIG], error)
GET/accounts/{account_id}/secondary_dns/tsigs
TSIG Details
client.DNS.ZoneTransfers.TSIGs.Get(ctx, tsigID, query) (*TSIG, error)
GET/accounts/{account_id}/secondary_dns/tsigs/{tsig_id}
Create TSIG
client.DNS.ZoneTransfers.TSIGs.New(ctx, params) (*TSIG, error)
POST/accounts/{account_id}/secondary_dns/tsigs
Update TSIG
client.DNS.ZoneTransfers.TSIGs.Update(ctx, tsigID, params) (*TSIG, error)
PUT/accounts/{account_id}/secondary_dns/tsigs/{tsig_id}
Delete TSIG
client.DNS.ZoneTransfers.TSIGs.Delete(ctx, tsigID, body) (*ZoneTransferTSIGDeleteResponse, error)
DELETE/accounts/{account_id}/secondary_dns/tsigs/{tsig_id}
ModelsExpand Collapse
type TSIG struct{…}
ID string
Algo string

TSIG algorithm.

Name string

TSIG key name.

Secret string

TSIG secret.