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 ResponseInfo { code, message, documentation_url, source }
code: number
minimum1000
message: string
documentation_url: optional string
source: optional object { pointer }
pointer: optional string
success: boolean
errors: optional array of ResponseInfo { code, message, documentation_url, source }
maxLength0
code: number
minimum1000
message: string
documentation_url: optional string
source: optional object { pointer }
pointer: optional string