Skip to main content

clusters

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

Overview

Nameclusters
TypeResource
Idlinode.object_storage.clusters

Fields

The following fields are returned by SELECT queries:

The requested Cluster.

NameDatatypeDescription
idstringThe unique ID for this cluster. (example: us-east-1)
domainstringThe base URL for this cluster, used for connecting with third-party clients. (example: us-east-1.linodeobjects.com)
regionstringThe region where this cluster is located. (example: us-east)
static_site_domainstringThe base URL for this cluster used when hosting static sites. (example: website-us-east-1.linodeobjects.com)
statusstringThis cluster's status. (example: available)

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_object_storage_clusterselectDeprecated Returns a single Object Storage cluster.

> 📘
>
> This displays deprecated clusterId values that represent regions used with older versions of the API. It's maintained for backward compatibility. Run Get a region instead.

Learn more...
get_object_storage_clustersselectDeprecated Returns a paginated list of available Object Storage legacy clusters.

> 📘
>
> This displays deprecated clusterId values that represent regions used with older versions of the API. It's maintained for backward compatibility. Run Get a region instead.

Learn more...

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

Deprecated Returns a single Object Storage cluster.

> 📘
>
> This displays deprecated clusterId values that represent regions used with older versions of the API. It's maintained for backward compatibility. Run Get a region instead.

Learn more...

SELECT
id,
domain,
region,
static_site_domain,
status
FROM linode.object_storage.clusters;