Skip to main content

clusters

Overview

Nameclusters
TypeResource
Idlinode.object_storage.clusters

Fields

NameDatatypeDescription
idstringThe unique ID for this cluster.
domainstringThe base URL for this cluster, used for connecting with third-party clients.
regionstringThe region where this cluster is located.
static_site_domainstringThe base URL for this cluster used when hosting static sites.
statusstringThis cluster's status.

Methods

NameAccessible byRequired ParamsDescription
getObjectStorageClusterSELECTclusterIdReturns a single Object Storage Cluster.
getObjectStorageClustersSELECTReturns a paginated list of Object Storage Clusters that are available for
use. Users can connect to the clusters with third party clients to create buckets
and upload objects.
_getObjectStorageClusterEXECclusterIdReturns a single Object Storage Cluster.
_getObjectStorageClustersEXECReturns a paginated list of Object Storage Clusters that are available for
use. Users can connect to the clusters with third party clients to create buckets
and upload objects.