databases
List available regions
Retrieve the list of available region identifiers for a workspace.
Identifiers are composed of a prefix indicating the underlying cloud provider
followed by a region name in that provider. For example AWS_US_WEST_2
is
associated with the us-west-2
region (Portland, OR) of AWS.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200 - application/json
The response is of type enum<string>[]
.
Available options:
AWS_US_WEST_2
, AWS_EU_CENTRAL_1