Skip to main content

Fetch the CVFS S3 Clone Details

Select

SaaS
Customer Managed

Fetch the details of the clone of the given ID

Path Parameters
  • id int32 required

    ID of the bucket

  • cloneId int32 required

    ID of the cloned bucket

Responses

Success


Schema
  • 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/:cloneid    

Authorization

type: apiKeyname: Authtokenin: header

Request

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