Skip to main content

Fetch existing CVFS S3 Bucket details

Fetches the details of the given CVFS bucket

Path Parameters
  • id int32 required

    ID of the bucket

Responses

Success


Schema
  • id int32

    The ID of the bucket

  • name string

    The name of bucket

  • endPointURL string

    The URL of bucket

  • spaceUsage string

    amount of space used in GB

  • objectCount int32

    the count of the number of objects in the bucket

  • compressionRatio float

    the present compression ratio of the bucket

  • versioning string

    Possible values: [UNVERSIONED, ENABLED, SUSPENDED]

    To enable/suspend the versioning on the CVFS S3 bucket

  • bucketSize string

    Possible values: Value must match regular expression ^\d+\s(GB)$

    The size of the bucket in GB

Loading...