Skip to content
Start here

Regional Services

Regional ServicesPrefix Bindings

List DLS prefix bindings for an account
GET/accounts/{account_id}/dls/regional_services/prefix_bindings
Get a DLS prefix binding
GET/accounts/{account_id}/dls/regional_services/prefix_bindings/{binding_id}
Create a DLS prefix binding
POST/accounts/{account_id}/dls/regional_services/prefix_bindings
Update a DLS prefix binding
PATCH/accounts/{account_id}/dls/regional_services/prefix_bindings/{binding_id}
Delete a DLS prefix binding
DELETE/accounts/{account_id}/dls/regional_services/prefix_bindings/{binding_id}
ModelsExpand Collapse
PrefixBindingListResponse object { id, cidr, prefix_id, region_key }
id: string

The ID of the binding.

cidr: string

The CIDR that is bound.

prefix_id: string

The ID of the parent prefix.

region_key: string

The region key used for the binding.

maxLength128
minLength1
PrefixBindingGetResponse object { id, cidr, prefix_id, region_key }
id: string

The ID of the binding.

cidr: string

The CIDR that is bound.

prefix_id: string

The ID of the parent prefix.

region_key: string

The region key used for the binding.

maxLength128
minLength1
PrefixBindingCreateResponse object { id, cidr, prefix_id, region_key }
id: string

The ID of the binding.

cidr: string

The CIDR that is bound.

prefix_id: string

The ID of the parent prefix.

region_key: string

The region key used for the binding.

maxLength128
minLength1
PrefixBindingEditResponse object { id, cidr, prefix_id, region_key }
id: string

The ID of the binding.

cidr: string

The CIDR that is bound.

prefix_id: string

The ID of the parent prefix.

region_key: string

The region key used for the binding.

maxLength128
minLength1
PrefixBindingDeleteResponse object { messages, success, errors }
messages: array of object { code, message, error_chain }
code: number
minimum1000
message: string
error_chain: optional array of unknown

Optional upstream error context for APIv4 errors that wrap downstream service failures.

success: boolean
errors: optional array of object { code, message, error_chain }
maxLength0
code: number
minimum1000
message: string
error_chain: optional array of unknown

Optional upstream error context for APIv4 errors that wrap downstream service failures.