Metadata

list metadata for all backends

get/v1/backends/metadata

Query parameters

backendNamestring

filter based on backend name

regionstring

filter based on region

sizeOfObjectinteger

filter based on size of object

bucketNamestring

filter based on bucket name

sizeOfBucketinteger

filter based on bucket size

bucketSizeOperatorstring

filter based on bucket size operator, like gte, lte, equal etc

objectSizeOperatorstring

filter based on object size operator, like gte, lte, equal etc

objectNamestring

filter based on object name

limitinteger

filter based on limit of listing

offsetinteger

filter based on offset

Response

successful operation.

nextinteger

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-s3 enum value from the // response property for the response status

      response-property-enum-value-removed

    • removed the hw-obs enum value from the // response property for the response status

      response-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-s3 enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new hw-obs enum value to the // response property for the response status

      response-property-enum-value-added