Skip to main content

Update the bucket clone properties

Select

SaaS
Customer Managed

Update the bucket clone properties

Path Parameters
  • id int32 required

    ID of the bucket

  • cloneId int32 required

    ID of the cloned bucket

Request Body
  • expiryTime int32

    Bucket clone expiry time in UNIX format

Responses

Success


Schema
  • errorMessage string

    Tells about the error occured

  • errorCode ErrorCode

    Possible values: [NO_ERROR, INVALID_INPUT, VALUE_NOT_FOUND, UNKNOWN_EXCEPTION, CONNECTION_PROBLEM, UNKNOWN_SQL_ERROR, INVALID_USER, INVALID_OPERATION_TYPE, INTERNAL_SERVER_PROBLEM, INSUFFICIENT_USER_PERMISSION_ON_ENTITY, INVALID_ENTITY_ID]

    Error code value

PUT /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
Body
{
"expiryTime": 0
}
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/CVFS/S3Bucket/:id/Clone/:cloneId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"expiryTime": 0
}'