MariaDB SkySQL REST API Reference
This page is part of MariaDB's Documentation.
The parent of this page is: MariaDB SkySQL previous release DBaaS API Reference
Topics on this page:
Overview
The MariaDB SkySQL API is a REST API that can perform operations in MariaDB SkySQL using automation.
The supported requests are as follows:
Request Name | Description |
---|---|
Add an address to the service's allowlist | |
Launch a new custom configuration for the current user | |
Launch a new service for the current user | |
Delete the specified custom configuration and its associated data | |
Delete the specified service and its associated data | |
Retrieve a list of IP addresses which are currently on the allowlist for accessing the service and its monitoring system | |
Retrieve a list of custom configurations owned by the current user | |
Retrieve a list of services owned by the current user | |
View the status of any allowlist updates for the service | |
Retrieve status and metadata for the specified custom configuration | |
Retrieve a list of available cloud providers in which to host the database | |
Retrieve the list of quota limitations currently in force for the user, as well as their progress towards those quotas | |
Retrieve a list of available geographic regions into which a database cluster may be deployed | |
Retrieve status and metadata for the specified service | |
Retrieve a list of available database service types to choose from (e.g., Transactions, Analytics, …) | |
Retrieve a list of available node sizes that may be used for the database cluster | |
Retrieve the current running status of a service (e.g., Running, Paused, Pending, …) | |
Retrieve a list of available tiers in which a service may be created | |
Retrieve a list of valid topologies for a specified service_ | |
Retrieve a list of valid database versions which may be chosen for database deployment | |
Remove an address from the service's allowlist | |
Report the current API server version | |
Retrieve the default credentials for the service, intended to be replaced by the user via a MariaDB client | |
Update an existing custom configuration (e.g., provision more IOPS, change node type) | |
Update an existing service name. Valid names may only contain lowercase letters, digits and hyphens up to 24 characters in length. | |
Alter the state of a service, (e.g., Start, Stop) |