Skip to content
Start here

Delegations

List Prefix Delegations
client.Addressing.Prefixes.Delegations.List(ctx, prefixID, query) (*SinglePage[Delegations], error)
GET/accounts/{account_id}/addressing/prefixes/{prefix_id}/delegations
Create Prefix Delegation
client.Addressing.Prefixes.Delegations.New(ctx, prefixID, params) (*Delegations, error)
POST/accounts/{account_id}/addressing/prefixes/{prefix_id}/delegations
Delete Prefix Delegation
client.Addressing.Prefixes.Delegations.Delete(ctx, prefixID, delegationID, body) (*PrefixDelegationDeleteResponse, error)
DELETE/accounts/{account_id}/addressing/prefixes/{prefix_id}/delegations/{delegation_id}
ModelsExpand Collapse
type Delegations struct{…}
ID stringOptional

Identifier of a Delegation.

maxLength32
CIDR stringOptional

IP Prefix in Classless Inter-Domain Routing format.

CreatedAt TimeOptional
formatdate-time
DelegatedAccountID stringOptional

Account identifier for the account to which prefix is being delegated.

maxLength32
ModifiedAt TimeOptional
formatdate-time
ParentPrefixID stringOptional

Identifier of an IP Prefix.

maxLength32