Regions

regions

Methods

List Regions -> OffsetPage<{ id, access_level, ai_service_endpoint_id, 23 more... }>
get/v1/regions

List regions

Get Region -> { id, access_level, ai_service_endpoint_id, 23 more... }
get/v1/regions/{region_id}

Get region

Regions

Reseller Regions

regions.reseller_regions

Methods

Delete Reseller S Region Access Records ->
delete/v1/reseller_region/{reseller_id}

Delete reseller's region access records

Get A List Of Region Access Records For A Client Or A Reseller -> { count, results }
get/v1/reseller_region

Get a list of region access records for a client or a reseller

Create Or Update The Limit Of Regions For Clients Of The Reseller -> { id, client_name, reseller_name, 4 more... }
put/v1/reseller_region

Region access management. Resellers can open or close access to specific 'core' or 'edge' regions for all their clients either individually or collectively. Cloud admins can do it for any clients. By default, only 'core' regions are available to clients.

Response fields
id: number

region access ID

client_name: string

Name of client

reseller_name: string

Name of reseller

access_all_edge_regions: boolean
Optional

If true, allow access to all edge regions, regardless of the content of region_ids array.

client_id: number
Optional

Client ID. If you want to set limits to all reseller clients, skip this field. The client_id has priority over the reseller_id. If both client_id and reseller_id are specified, reseller_id must be the correct reseller_id of the client.

region_ids: Array<number>
Optional

List of available region ids

reseller_id: number
Optional

Reseller ID. It's null when a client doesn't have a reseller.

Request example
200Example