Last modified February 12, 2025
ListDatabases
This function will list all databases on the server.
Parameter name | Type | Description | Possible values | Example |
---|---|---|---|---|
type | Integer | Filter listed databases by type |
type=1 type=2 type=3 |
type=1
|
Parameter name | Type | Description | Possible values | Example |
---|---|---|---|---|
items | List [] | Returns a list of databases. | ||
total | Integer | The total number of database. |
Example Call JETAPI
jetbackup5api -F Plugin/ManageDatabases/ListDatabases -D "type=1"
success: 1
message: List databases fetched successfully
system:
version: 5.3.15.0
version_panel: 5.3.15.0
tier: RELEASE
type: Linux
retry_ms: 0
disableui:
dr:
agreement_panel:
agreement:
licenseIssue:
data:
databases:
1:
example:
mysql: exampledb1
sys:
2:
3:
Example Call HTTP
https://HOST_NAME:3035/?api=1&function=Plugin/ManageDatabases/ListDatabases&type=1
- To view available listing parameters, please visit List Parameters.
- API List calls have a default limit of 100 items.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.