Skip to content
Start here

Data Localization Suite

Data Localization SuiteRegions

List DLS regions for an account
GET/accounts/{account_id}/dls/regions
Get a DLS region
GET/accounts/{account_id}/dls/regions/{region_id}
ModelsExpand Collapse
RegionListResponse object { id, created_on, modified_on, 4 more }
id: string
created_on: string
formatdate-time
modified_on: string
formatdate-time
name: string
region_key: string
maxLength128
minLength1
version: number
version_created_on: string
formatdate-time
RegionGetResponse object { id, created_on, modified_on, 4 more }
id: string
created_on: string
formatdate-time
modified_on: string
formatdate-time
name: string
region_key: string
maxLength128
minLength1
version: number
version_created_on: string
formatdate-time

Data Localization SuiteRegional Services

Data Localization SuiteRegional 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