Fetch the CVFS S3 Clone Details
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
- 200
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
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
{
"cloneId": 0,
"creationTime": 0,
"expiryTime": 0,
"copyPrecedenece": 0,
"endPointURL": "string"
}
Not 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"
}