This function lists an account's MySQL® databases.
Important:
When you disable the MySQL/MariaDB role and remote MySQL is not configured, the system disables this function.
uapi --output=jsonpretty \ --user=username \ Mysql \ list_databases
{- "apiversion": 3,
- "func": "list_databases",
- "module": "Mysql",
- "result": {
- "data": [
- {
- "database": "user_db",
- "disk_usage": 673,
- "users": [
- "db_user",
- "db2_user"
]
}
], - "errors": null,
- "messages": null,
- "metadata": {
- "transformed": 1
}, - "status": 1,
- "warnings": null
}
}