Read Versions
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 valid database versions which may be chosen for database deployment
See also: MariaDB SkySQL REST API Reference
USAGE
GET /offering/versions
Parameter | Required |
---|---|
limit | No |
offset | No |
Response Code | Type | Example Response |
---|---|---|
200 | Success | [
{
"service_type": "string",
"mod_count": "string",
"updated_on": "string",
"name": "string",
"type": "string",
"enterprise_version": "string",
"release_notes_url": "string",
"public": "string",
"provider": "string",
"release_date": "string",
"created_on": "string",
"parent_release": "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 |
|