Browse Kudu backups
This API is used to browse Kudu backups
- application/json
Request Body
- opType integer required
OpType
queries object[]
queryId stringDefault value:
dataQuery
paths object[] required
Subclient content
path stringtimeRange object
Browse time rane
fromTime integerfrom time to perform browse
toTime integerto time to perform browse
entity object required
subclientId integerSubclient Id
applicationId integerApplication Id
clientName stringClient Name
backupsetId integerBackupset Id
instanceId integerInstance Id
clientId integerClient Id
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": "table1",
"displayPath": "/table1",
"path": "/table1",
"size": 0,
"modificationTime": 1693798138,
"name": "table1",
"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": 200
},
"sourceCommServer": {
"_type_": 1,
"commCellId": 2
},
"advConfig": {
"recallRequest": false,
"browseAdvancedConfigResp": {
"commcellNumber": 265567866
}
},
"browseMetaData": {
"indexing": {},
"dmStubData": {
"guid": "0c8bbc93e384750a75421f94698d8fde"
}
}
}
},
{
"displayName": "table2",
"displayPath": "/table2",
"path": "/table2",
"size": 0,
"modificationTime": 1693798138,
"name": "table2",
"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": 200
},
"sourceCommServer": {
"_type_": 1,
"commCellId": 2
},
"advConfig": {
"recallRequest": false,
"browseAdvancedConfigResp": {
"commcellNumber": 265567866
}
},
"browseMetaData": {
"indexing": {},
"dmStubData": {
"guid": "e1c861eb2d71b18d48d9c43722a58142"
}
}
}
}
]
}
},
{
"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...