Skip to main content

Fetch the list of clones

Select

SaaS
Customer Managed

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

GET /v4/cvfs/s3bucket/:id/clone    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
id — path required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/CVFS/S3Bucket/:id/Clone' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'