clusters
Overview
Name | clusters |
Type | Resource |
Id | linode.object_storage.clusters |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The unique ID for this cluster. |
domain | string | The base URL for this cluster, used for connecting with third-party clients. |
region | string | The region where this cluster is located. |
static_site_domain | string | The base URL for this cluster used when hosting static sites. |
status | string | This cluster's status. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
getObjectStorageCluster | SELECT | clusterId | Returns a single Object Storage Cluster. |
getObjectStorageClusters | SELECT | Returns 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. | |
_getObjectStorageCluster | EXEC | clusterId | Returns a single Object Storage Cluster. |
_getObjectStorageClusters | EXEC | Returns 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. |