Skip to main content

events

Creates, updates, deletes, gets or lists a events resource.

Overview

Nameevents
TypeResource
Iddigitalocean.databases.events

Fields

NameDatatypeDescription
column_anon``

Methods

NameAccessible byRequired ParamsDescription
databases_list_events_logsSELECTdatabase_cluster_uuidTo list all of the cluster events, send a GET request to /v2/databases/$DATABASE_ID/events. The result will be a JSON object with a events key.

SELECT examples

To list all of the cluster events, send a GET request to /v2/databases/$DATABASE_ID/events. The result will be a JSON object with a events key.

SELECT
column_anon
FROM digitalocean.databases.events
WHERE database_cluster_uuid = '{{ database_cluster_uuid }}';