Read Regions
This page is part of MariaDB's Documentation.
The parent of this page is: SkySQL API
Topics on this page:
Overview
Retrieve a list of available geographic regions into which a database cluster may be deployed
See also: MariaDB SkySQL REST API Reference
USAGE
GET /offering/regions
Parameter | Required |
---|---|
provider | Yes |
limit | No |
offset | No |
Response Code | Type | Example Response |
---|---|---|
200 | Success | [
{
"default": "string",
"node_type": "string",
"provider": "string",
"created_on": "string",
"name": "string",
"region": "string"
}
]
|
401 | Unauthorized | {
"detail": "string"
}
|
403 | Forbidden | {
"detail": "string"
}
|
422 | Validation Error | {
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
|
502 | Bad Gateway | {
"detail": "string"
}
|
DETAILS
SYNONYMS
SCHEMA
PARAMETERS
SKYSQL
PRIVILEGES
EXAMPLES
ERROR HANDLING
FEATURE INTERACTION
RESPONSES
DIAGNOSIS
ISO 9075:2016
CHANGE HISTORY
Release Series | History |
---|---|
0.0 |
|