Skip to content
Start here

Delegations

List Prefix Delegations
GET/accounts/{account_id}/addressing/prefixes/{prefix_id}/delegations
Create Prefix Delegation
POST/accounts/{account_id}/addressing/prefixes/{prefix_id}/delegations
Delete Prefix Delegation
DELETE/accounts/{account_id}/addressing/prefixes/{prefix_id}/delegations/{delegation_id}
ModelsExpand Collapse
Delegations { id, cidr, created_at, 3 more }
id: optional string

Identifier of a Delegation.

maxLength32
cidr: optional string

IP Prefix in Classless Inter-Domain Routing format.

created_at: optional string
formatdate-time
delegated_account_id: optional string

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

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

Identifier of an IP Prefix.

maxLength32
DelegationDeleteResponse { id }
id: optional string

Identifier of a Delegation.

maxLength32