pydo.monitoring.get_database_mysql_threads_created_rate()
Generated on 3 Aug 2026
from pydo version
v0.40.0
Usage
client.monitoring.get_database_mysql_threads_created_rate(
db_id="9cc10173-e9ea-4176-9dbc-a4cee4c4ff30",
start="1620683817",
end="1620705417",
)Description
Retrieve threads created rate for a MySQL service (per second).
Parameters
db_idstring requiredThe DBaaS cluster UUID (database ID).
startstring requiredUNIX timestamp to start metric window.
endstring requiredUNIX timestamp to end metric window.
Response Example
More Information
See /v2/monitoring/metrics/database/mysql/threads_created_rate in the API reference for additional detail on responses, headers, parameters, and more.