Skip to main content

options

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

Overview

Nameoptions
TypeResource
Iddigitalocean.container_registry.options

Fields

The following fields are returned by SELECT queries:

The response will be a JSON object with a key called options which contains a key called subscription_tiers listing the available tiers.

NameDatatypeDescription
available_regionsarray
subscription_tiersarray

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
registries_get_optionsselectThis endpoint serves to provide additional information as to which option values are available when creating a container registry.
There are multiple subscription tiers available for container registry. Each tier allows a different number of image repositories to be created in your registry, and has a different amount of storage and transfer included.
There are multiple regions available for container registry and controls where your data is stored.
To list the available options, send a GET request to /v2/registries/options. This is similar to GET /v2/registry/options and exists for backward compatibility.
registry_get_options_legacyexecThis endpoint serves to provide additional information as to which option values are available when creating a container registry.
There are multiple subscription tiers available for container registry. Each tier allows a different number of image repositories to be created in your registry, and has a different amount of storage and transfer included.
There are multiple regions available for container registry and controls where your data is stored.
To list the available options, send a GET request to /v2/registry/options.

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

This endpoint serves to provide additional information as to which option values are available when creating a container registry.
There are multiple subscription tiers available for container registry. Each tier allows a different number of image repositories to be created in your registry, and has a different amount of storage and transfer included.
There are multiple regions available for container registry and controls where your data is stored.
To list the available options, send a GET request to /v2/registries/options. This is similar to GET /v2/registry/options and exists for backward compatibility.

SELECT
available_regions,
subscription_tiers
FROM digitalocean.container_registry.options;

Lifecycle Methods

This endpoint serves to provide additional information as to which option values are available when creating a container registry.
There are multiple subscription tiers available for container registry. Each tier allows a different number of image repositories to be created in your registry, and has a different amount of storage and transfer included.
There are multiple regions available for container registry and controls where your data is stored.
To list the available options, send a GET request to /v2/registry/options.

EXEC digitalocean.container_registry.options.registry_get_options_legacy 
;