Boundary Controller HTTP API
Storage Bucket Service
Gets a list of Storage Buckets.
Query Parameters
scope_id
string
recursive
boolean
filter
string
list_token
string
An opaque token used to continue an existing iteration or request updated items. If not specified, pagination will start from the beginning.
page_size
integer
The maximum size of a page in this iteration. If unset, the default page size configured will be used. If the page_size is greater than the max page size configured, the page size will be truncated to this number.
Creates a Storage Bucket
Query Parameters
plugin_name
string
As an alternative to providing the plugin id in the provided StorageBucket, this field can be used to lookup the plugin using its name.
Body Parameters
scope_id
string
The ID of the Scope of which this storage bucket is a part.
plugin_id
string
The ID of the plugin of which this storage bucket is created.
name
string
Optional name for identification purposes.
description
string
Optional user-set description for identification purposes.
bucket_name
string
The name of the bucket within the external object store service.
bucket_prefix
string
The prefix used to organize the data held within the external object store.
version
integer
Version is used in mutation requests, after the initial creation, to ensure this resource has not changed. The mutation will fail if the version does not match the latest known good version.
type
string
The type of Storage Bucket (currently only plugin).
attributes
object
Attributes specific to the catalog type.
secrets
object
Secrets specific to the storage bucket type. These are never output.
worker_filter
string
Filters to the worker(s) that can handle requests for this storage bucket
Gets a single Storage Bucket.
Path Parameters
id
string
RequiredDeletes a Storage Bucket
Path Parameters
id
string
RequiredUpdates a Storage Bucket
Path Parameters
id
string
RequiredBody Parameters
scope_id
string
The ID of the Scope of which this storage bucket is a part.
plugin_id
string
The ID of the plugin of which this storage bucket is created.
name
string
Optional name for identification purposes.
description
string
Optional user-set description for identification purposes.
bucket_name
string
The name of the bucket within the external object store service.
bucket_prefix
string
The prefix used to organize the data held within the external object store.
version
integer
Version is used in mutation requests, after the initial creation, to ensure this resource has not changed. The mutation will fail if the version does not match the latest known good version.
type
string
The type of Storage Bucket (currently only plugin).
attributes
object
Attributes specific to the catalog type.
secrets
object
Secrets specific to the storage bucket type. These are never output.
worker_filter
string
Filters to the worker(s) that can handle requests for this storage bucket