Skip to main content

options

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

Overview

Nameoptions
TypeResource
Iddigitalocean.databases.options

Fields

NameDatatypeDescription
optionsobject
version_availabilityobject

Methods

NameAccessible byRequired 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.

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
;