Browse cassandra backups
Select
SaaS
Customer Managed
This API is used to browse cassandra backups
- application/json
Request Body
- opType integer
queries object[]
queryId stringpaths object[]
path stringadvOptions object
browseViewName stringtimeRange object
fromTime integertoTime integerentity object
subclientId integerapplicationId integerclientName stringbackupsetId integerinstanceId integerclientId integer
Responses
- 200
- 400
- 401
- 404
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
browseResponses object[]
respType integerworkerId stringdoClientSideSortingAndPaging booleansession object
sessionId stringbrowseResult object
queryId stringdataResultSet object[]
displayName stringdisplayPath stringpath stringsize integermodificationTime integername stringflags object
isPseudo booleandirectory booleanisFake booleansnap booleanadvancedData object
backupJobId integerreferenceTime integeroffset integerarchiveGroupId integerobjectGuid stringbackupTime integerarchiveFileId integersubclient object
_type_ integerapplicationId integersourceCommServer object
_type_ integercommCellId integeradvConfig object
recallRequest booleanbrowseAdvancedConfigResp object
commcellNumber integerbrowseMetaData object
indexing object
folderSize integerdmStubData object
guid string
{
"browseResponses": [
{
"respType": 0,
"workerId": "string",
"doClientSideSortingAndPaging": true,
"session": {
"sessionId": "string"
},
"browseResult": {
"queryId": "string",
"dataResultSet": [
{
"displayName": "string",
"displayPath": "string",
"path": "string",
"size": 0,
"modificationTime": 0,
"name": "string",
"flags": {
"isPseudo": true,
"directory": true,
"isFake": true,
"snap": true
},
"advancedData": {
"backupJobId": 0,
"referenceTime": 0,
"offset": 0,
"archiveGroupId": 0,
"objectGuid": "string",
"backupTime": 0,
"archiveFileId": 0,
"subclient": {
"_type_": 0,
"applicationId": 0
},
"sourceCommServer": {
"_type_": 0,
"commCellId": 0
},
"advConfig": {
"recallRequest": true,
"browseAdvancedConfigResp": {
"commcellNumber": 0
}
},
"browseMetaData": {
"indexing": {
"folderSize": 0
},
"dmStubData": {
"guid": "string"
}
}
}
}
]
}
}
]
}
{
"browseResponses": [
{
"respType": 0,
"workerId": "127",
"doClientSideSortingAndPaging": false,
"session": {
"sessionId": "1693800718-127"
},
"browseResult": {
"queryId": "dataQuery",
"dataResultSet": [
{
"displayName": "standard1",
"displayPath": "/inventory/standard1",
"path": "/inventory/standard1",
"size": 0,
"modificationTime": 1693798138,
"name": "standard1",
"flags": {
"isPseudo": false,
"file": true,
"isFake": false,
"snap": false
},
"advancedData": {
"backupJobId": 9037,
"referenceTime": 1693798142,
"offset": 9,
"archiveGroupId": 10,
"objectGuid": "cd4f9fed1aeb8ef22026ab11c5afc81d",
"backupTime": 1693798142,
"archiveFileId": 10507,
"subclient": {
"_type_": 7,
"applicationId": 331
},
"sourceCommServer": {
"_type_": 1,
"commCellId": 2
},
"advConfig": {
"recallRequest": false,
"browseAdvancedConfigResp": {
"commcellNumber": 265567866
}
},
"browseMetaData": {
"indexing": {},
"dmStubData": {
"guid": "0c8bbc93e384750a75421f94698d8fde"
},
"cassTableMetadata": {
"isEncrypted": false,
"tableId": "8e1d6a51-3c40-11ee-bcf8-1f373b1ea179",
"tableSchema": "CREATE TABLE inventory.standard1 (key blob, \"C0\" blob, \"C1\" blob, \"C2\" blob, \"C3\" blob, \"C4\" blob, PRIMARY KEY (key)) WITH read_repair_chance = 0.0 AND dclocal_read_repair_chance = 0.0 AND gc_grace_seconds = 864000 AND bloom_filter_fp_chance = 0.01 AND caching = { 'keys' : 'ALL', 'rows_per_partition' : 'NONE' } AND comment = '' AND compaction = { 'class' : 'org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy', 'max_threshold' : 32, 'min_threshold' : 4 } AND compression = { 'enabled' : 'false' } AND default_time_to_live = 0 AND speculative_retry = '99PERCENTILE' AND min_index_interval = 128 AND max_index_interval = 2048 AND crc_check_chance = 1.0 AND cdc = false;",
"tableName": "standard1"
}
}
}
},
{
"displayName": "counter1",
"displayPath": "/inventory/counter1",
"path": "/inventory/counter1",
"size": 0,
"modificationTime": 1693798138,
"name": "counter1",
"flags": {
"isPseudo": false,
"file": true,
"isFake": false,
"snap": false
},
"advancedData": {
"backupJobId": 9037,
"referenceTime": 1693798142,
"offset": 10,
"archiveGroupId": 10,
"objectGuid": "591a41f1da1748dc823b608501e919cf",
"backupTime": 1693798142,
"archiveFileId": 10507,
"subclient": {
"_type_": 7,
"applicationId": 331
},
"sourceCommServer": {
"_type_": 1,
"commCellId": 2
},
"advConfig": {
"recallRequest": false,
"browseAdvancedConfigResp": {
"commcellNumber": 265567866
}
},
"browseMetaData": {
"indexing": {},
"dmStubData": {
"guid": "e1c861eb2d71b18d48d9c43722a58142"
},
"cassTableMetadata": {
"isEncrypted": false,
"tableId": "8e469d31-3c40-11ee-bcf8-1f373b1ea179",
"tableSchema": "CREATE TABLE inventory.counter1 (key blob, \"C0\" counter, \"C1\" counter, \"C2\" counter, \"C3\" counter, \"C4\" counter, PRIMARY KEY (key)) WITH read_repair_chance = 0.0 AND dclocal_read_repair_chance = 0.0 AND gc_grace_seconds = 864000 AND bloom_filter_fp_chance = 0.01 AND caching = { 'keys' : 'ALL', 'rows_per_partition' : 'NONE' } AND comment = '' AND compaction = { 'class' : 'org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy', 'max_threshold' : 32, 'min_threshold' : 4 } AND compression = { 'enabled' : 'false' } AND default_time_to_live = 0 AND speculative_retry = '99PERCENTILE' AND min_index_interval = 128 AND max_index_interval = 2048 AND crc_check_chance = 1.0 AND cdc = false;",
"tableName": "counter1"
}
}
}
},
{
"displayName": "product_info",
"displayPath": "/inventory/product_info",
"path": "/inventory/product_info",
"size": 0,
"modificationTime": 1693798138,
"name": "product_info",
"flags": {
"isPseudo": false,
"file": true,
"isFake": false,
"snap": false
},
"advancedData": {
"backupJobId": 9037,
"referenceTime": 1693798142,
"offset": 11,
"archiveGroupId": 10,
"objectGuid": "1d2755cdf1c72df1a7c0de9a40fdaf8b",
"backupTime": 1693798142,
"archiveFileId": 10507,
"subclient": {
"_type_": 7,
"applicationId": 331
},
"sourceCommServer": {
"_type_": 1,
"commCellId": 2
},
"advConfig": {
"recallRequest": false,
"browseAdvancedConfigResp": {
"commcellNumber": 265567866
}
},
"browseMetaData": {
"indexing": {},
"dmStubData": {
"guid": "a55b72a9775a6accef77b2b99d596a08"
},
"cassTableMetadata": {
"isEncrypted": false,
"tableId": "2a517f90-3874-11ee-94b5-6b0a29bc7214",
"tableSchema": "CREATE TABLE inventory.product_info (product_id int, product_name text, PRIMARY KEY (product_id)) WITH read_repair_chance = 0.0 AND dclocal_read_repair_chance = 0.0 AND gc_grace_seconds = 864000 AND bloom_filter_fp_chance = 0.01 AND caching = { 'keys' : 'ALL', 'rows_per_partition' : 'NONE' } AND comment = '' AND compaction = { 'class' : 'org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy', 'max_threshold' : 32, 'min_threshold' : 4 } AND compression = { 'chunk_length_in_kb' : 64, 'class' : 'org.apache.cassandra.io.compress.LZ4Compressor' } AND default_time_to_live = 0 AND speculative_retry = '99PERCENTILE' AND min_index_interval = 128 AND max_index_interval = 2048 AND crc_check_chance = 1.0 AND cdc = false;",
"tableName": "product_info"
}
}
}
}
]
}
},
{
"respType": 5,
"workerId": "127",
"doClientSideSortingAndPaging": false,
"session": {
"sessionId": "1693800718-127"
}
}
]
}
Bad Request
- application/json
- application/xml
- Schema
- Example (from schema)
Schema
- object
{}
- Schema
- Example 1
Schema
- string
Request body is empty or format is invalid
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "string",
"errorCode": 0
}
Not Found
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "string",
"errorCode": 0
}
Loading...