GET /v2/databases/{database_cluster_uuid}/sql_mode

digitalocean.com

Summary: Retrieve the SQL Modes for a MySQL Cluster
Operation ID: databases_get_sql_mode
Auth: unknown
Description

To retrieve the configured SQL modes for an existing MySQL cluster, send a GET request to `/v2/databases/$DATABASE_ID/sql_mode`. The response will be a JSON object with a `sql_mode` key. This will be set to a string representing the configured SQL modes.

No probe data for this endpoint yet.