pydo.databases.list_events_logs()
Generated on 7 Jul 2026
from pydo version
v0.39.0
Usage
client.databases.list_events_logs(
database_cluster_uuid="9cc10173-e9ea-4176-9dbc-a4cee4c4ff30",
)Description
To list all of the cluster events, send a GET request to
/v2/databases/{database_cluster_uuid}/events.
The result will be a JSON object with a events key.
Parameters
database_cluster_uuidstring requiredA unique identifier for a database cluster.
Response Example
More Information
See /v2/databases/{database_cluster_uuid}/events in the API reference for additional detail on responses, headers, parameters, and more.