DatabasesApi
Last updated
Last updated
All URIs are relative to https://api.ionos.com/databases/postgresql
Method | HTTP request | Description |
---|---|---|
databasesDelete(clusterId, databasename)
Delete database
Deletes a single database
nil (empty response body)
basicAuth, tokenAuth
Content-Type: Not defined
Accept: application/json
databasesGet(clusterId, databasename)
Get database
Retrieves a single database
basicAuth, tokenAuth
Content-Type: Not defined
Accept: application/json
databasesList(clusterId, opts)
List databases
Retrieves a list of databases
basicAuth, tokenAuth
Content-Type: Not defined
Accept: application/json
databasesPost(clusterId, database)
Create a database
Create a new database
basicAuth, tokenAuth
Content-Type: application/json
Accept: application/json
Name | Type | Description | Notes |
---|---|---|---|
Name | Type | Description | Notes |
---|---|---|---|
Name | Type | Description | Notes |
---|---|---|---|
Name | Type | Description | Notes |
---|---|---|---|
DELETE /clusters/{clusterId}/databases/{databasename}
Delete database
GET /clusters/{clusterId}/databases/{databasename}
Get database
GET /clusters/{clusterId}/databases
List databases
POST /clusters/{clusterId}/databases
Create a database
clusterId
string
The unique ID of the cluster.
[default to undefined]
databasename
string
The database name.
[default to undefined]
clusterId
string
The unique ID of the cluster.
[default to undefined]
databasename
string
The database name.
[default to undefined]
clusterId
string
The unique ID of the cluster.
[default to undefined]
limit
number
The maximum number of elements to return. Use together with 'offset' for pagination.
[optional][default to 100]
offset
number
The first element to return. Use together with 'limit' for pagination.
[optional][default to 0]
clusterId
string
The unique ID of the cluster.
[default to undefined]
database
a database to create