Skip to main content

options

Creates, updates, deletes, gets or lists an options resource.

Overview

Nameoptions
TypeResource
Iddigitalocean.databases.options

Fields

The following fields are returned by SELECT queries:

A JSON string with a key of options.

NameDatatypeDescription
optionsobject
version_availabilityobject

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
databases_list_optionsselectTo 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.

NameDatatypeDescription

SELECT examples

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;