pydo.monitoring.get_database_mysql_schema_latency()
Generated on 4 Mar 2026
from pydo version
v0.28.0
Description
Retrieve table I/O latency (seconds) for a schema. Requires schema and metric (insert, fetch, update, delete).
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
db_id |
string | True | The DBaaS cluster UUID (database ID). | |
schema |
string | True | The schema (database) name. | |
metric |
string | True | Table I/O operation (insert, fetch, 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.