options
Creates, updates, deletes, gets or lists an options resource.
Overview
| Name | options |
| Type | Resource |
| Id | digitalocean.databases.options |
Fields
The following fields are returned by SELECT queries:
- databases_list_options
A JSON string with a key of options.
| Name | Datatype | Description |
|---|---|---|
options | object | |
version_availability | object |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
databases_list_options | select | To list all of the options available for the offered database engines, send a GET request to /v2/databases/options.The result will be a JSON object with an options key. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|
SELECT examples
- databases_list_options
To list all of the options available for the offered database engines, send a GET request to /v2/databases/options.
The result will be a JSON object with an options key.
SELECT
options,
version_availability
FROM digitalocean.databases.options
;