list metadata for all backends
Query parameters
filter based on backend name
filter based on region
filter based on size of object
filter based on bucket name
filter based on bucket size
filter based on bucket size operator, like gte, lte, equal etc
filter based on object size operator, like gte, lte, equal etc
filter based on object name
filter based on limit of listing
filter based on offset
Response
successful operation.
Example response
{
"buckets": [
{
"id": "5ea809d2553b0f000116be32",
"backendName": "demo-aws",
"type": "aws-s3",
"region": "ap-south-1",
"numberOfBuckets": 30,
"numberOfFilteredBuckets": 10
}
],
"next": 1
}Changes
Changed in 2 of the 4 revisions of this API.22
- ○
removed the
ceph-s3enum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
hw-obsenum value from the//response property for the response statusresponse-property-enum-value-removed
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
added the new
ceph-s3enum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
hw-obsenum value to the//response property for the response statusresponse-property-enum-value-added
- ●