ClustersApi
Last updated
Last updated
All URIs are relative to https://mariadb.de-txl.ionos.com
Method | HTTP request | Description |
---|---|---|
ClusterResponse clusters_delete(cluster_id)
Delete a cluster
Delete a MariaDB cluster.
Name | Type | Description | Notes |
---|---|---|---|
tokenAuth
Content-Type: Not defined
Accept: application/json
ClusterResponse clusters_find_by_id(cluster_id)
Fetch a cluster
You can retrieve a MariaDB cluster by using its ID. This value can be found in the response body when a MariaDB cluster is created or when you GET a list of MariaDB clusters.
tokenAuth
Content-Type: Not defined
Accept: application/json
ClusterList clusters_get(limit=limit, offset=offset, filter_name=filter_name)
List clusters
Retrieves a list of MariaDB clusters.
tokenAuth
Content-Type: Not defined
Accept: application/json
ClusterResponse clusters_post(create_cluster_request)
Create a cluster
Creates a new MariaDB cluster.
tokenAuth
Content-Type: application/json
Accept: application/json
Name | Type | Description | Notes |
---|---|---|---|
Name | Type | Description | Notes |
---|---|---|---|
Name | Type | Description | Notes |
---|---|---|---|
DELETE /clusters/{clusterId}
Delete a cluster
GET /clusters/{clusterId}
Fetch a cluster
GET /clusters
List clusters
POST /clusters
Create a cluster
cluster_id
str
The unique ID of the cluster.
cluster_id
str
The unique ID of the cluster.
limit
int
The maximum number of elements to return. Use together with 'offset' for pagination.
[optional] [default to 100]
offset
int
The first element to return. Use together with 'limit' for pagination.
[optional] [default to 0]
filter_name
str
Response filter to list only the MariaDB clusters that contain the specified name. The value is case insensitive and matched on the 'displayName' field.
[optional]
create_cluster_request
The cluster to be created.