Skip to main content

Fetch the list of clones

Fetches the list of clones for the given bucket id

Path Parameters
  • id int32 required

    ID of the bucket

Responses

Success


Schema
  • clones GetCVFSS3BucketCloneDetails[]
  • cloneId int32

    ID of the cloned bucket

  • creationTime int32

    Bucket clone creation time in UNIX format

  • expiryTime int32

    Bucket clone expiry time in UNIX fomat

  • copyPrecedenece int32

    Copy Precedence of the cloned bucket

  • endPointURL string

    The S3 URL of bucket

Loading...