Read Quotas
This page is part of MariaDB's Documentation.
The parent of this page is: SkySQL API
Topics on this page:
Overview
Retrieve the list of quota limitations currently in force for the user, as well as their progress towards those quotas
See also: MariaDB SkySQL REST API Reference
USAGE
GET /billing/quotas
Response Code | Type | Example Response |
---|---|---|
200 | Success | [
{
"name": "string",
"description": "string",
"limit": 0,
"remaining": 0,
"used": 0,
"region": "string",
"provider": "string"
}
]
|
401 | Unauthorized | {
"detail": "string"
}
|
403 | Forbidden | {
"detail": "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 |
|