Browse Azure Cosmos DB Cassandra API instance backups
This API is used to browse Azure Cosmos DB Cassandra API instance backups
- application/json
Request Body
- opType integer
queries object[]
queryId stringpaths object[]
path stringtimeRange object
fromTime integertoTime integerentity object
subclientId integerapplicationId integerappName 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
cosmosCassandraAPIMetadata object
sizeInKB integerindexing 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": {
"cosmosCassandraAPIMetadata": {
"sizeInKB": 0
},
"indexing": {
"folderSize": 0
},
"dmStubData": {
"guid": "string"
}
}
}
}
]
}
}
]
}
{
"browseResponses": [
{
"respType": 0,
"workerId": "20",
"doClientSideSortingAndPaging": false,
"session": {
"sessionId": "1694394132-20"
},
"browseResult": {
"queryId": "dataQuery",
"dataResultSet": [
{
"displayName": "hwcosmoscassandra1",
"displayPath": "/hwcosmoscassandra1",
"path": "/hwcosmoscassandra1",
"size": 6307,
"modificationTime": 1694392339,
"name": "hwcosmoscassandra1",
"flags": {
"isPseudo": false,
"directory": true,
"isFake": false,
"snap": false
},
"advancedData": {
"backupJobId": 9663,
"referenceTime": 1694392351,
"offset": 10745,
"archiveGroupId": 7,
"objectGuid": "8f96cd77e3b8e3826491cab4d9c65259",
"backupTime": 1694392351,
"archiveFileId": 11862,
"subclient": {
"_type_": 7,
"applicationId": 408
},
"sourceCommServer": {
"_type_": 1,
"commCellId": 2
},
"advConfig": {
"recallRequest": false,
"browseAdvancedConfigResp": {
"commcellNumber": 265567866
}
},
"browseMetaData": {
"cosmosCassandraAPIMetadata": {
"sizeInKB": 0
},
"indexing": {
"folderSize": 6307
},
"dmStubData": {
"guid": "05cbb3527b4c69d2e960c5160a639694"
}
}
}
}
]
}
},
{
"respType": 5,
"workerId": "20",
"doClientSideSortingAndPaging": false,
"session": {
"sessionId": "1694394132-20"
}
}
]
}
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...