pydo.monitoring.get_database_mysql_op_rates()
Generated on 6 Mar 2026
from pydo version
v0.28.0
Description
Retrieve operations rate (per second) for a MySQL service. Use metric to choose select, insert, update, or delete.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
db_id |
string | True | The DBaaS cluster UUID (database ID). | |
metric |
string | True | Operation type (select, insert, update, or delete). | |
start |
string | True | UNIX timestamp to start metric window. | |
end |
string | True | UNIX timestamp to end metric window. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.