Skip to content
Start here

Delegations

List Prefix Delegations
client.addressing.prefixes.delegations.list(stringprefixId, DelegationListParams { account_id } params, RequestOptionsoptions?): SinglePage<Delegations { id, cidr, created_at, 3 more } >
GET/accounts/{account_id}/addressing/prefixes/{prefix_id}/delegations
Create Prefix Delegation
client.addressing.prefixes.delegations.create(stringprefixId, DelegationCreateParams { account_id, cidr, delegated_account_id } params, RequestOptionsoptions?): Delegations { id, cidr, created_at, 3 more }
POST/accounts/{account_id}/addressing/prefixes/{prefix_id}/delegations
Delete Prefix Delegation
client.addressing.prefixes.delegations.delete(stringprefixId, stringdelegationId, DelegationDeleteParams { account_id } params, RequestOptionsoptions?): DelegationDeleteResponse { id }
DELETE/accounts/{account_id}/addressing/prefixes/{prefix_id}/delegations/{delegation_id}
ModelsExpand Collapse
Delegations { id, cidr, created_at, 3 more }
id?: string

Identifier of a Delegation.

maxLength32
cidr?: string

IP Prefix in Classless Inter-Domain Routing format.

created_at?: string
formatdate-time
delegated_account_id?: string

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

maxLength32
modified_at?: string
formatdate-time
parent_prefix_id?: string

Identifier of an IP Prefix.

maxLength32
DelegationDeleteResponse { id }
id?: string

Identifier of a Delegation.

maxLength32