Fetch the list of clones
Select
Fetches the list of clones for the given bucket id
Path Parameters
- id int32 required
ID of the bucket
- 200
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
clones GetCVFSS3BucketCloneDetails[]
cloneId int32ID of the cloned bucket
creationTime int32Bucket clone creation time in UNIX format
expiryTime int32Bucket clone expiry time in UNIX fomat
copyPrecedenece int32Copy Precedence of the cloned bucket
endPointURL stringThe S3 URL of bucket
{
"clones": [
{
"cloneId": 0,
"creationTime": 0,
"expiryTime": 0,
"copyPrecedenece": 0,
"endPointURL": "string"
}
]
}
No Clones Found
- application/json
- Schema
- Example (from schema)
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
{
"errorMessage": "string",
"errorCode": "NO_ERROR"
}
Internal Server Eror
- application/json
- Schema
- Example (from schema)
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
{
"errorMessage": "string",
"errorCode": "NO_ERROR"
}