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.
apiversion | integer The version of the API. |
func | string The name of the method called. |
module | string The name of the module called. |
object |
uapi --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
}
}