Skip to main content

Perform Browse on Backed up Data

This operation allows to browse the backup data.

More Details

Request Body required
  • opType int32
  • entity object
  • clientId int32
  • applicationId int32
  • instanceId int32
  • backupsetId int32
  • subclientId int32
  • clientName string
  • appName string
  • instanceName string
  • backupsetName string
  • subclientName string
  • mode object
  • mode int32
  • options object
  • showDeletedFiles boolean
  • paths object[]
  • path string
  • timeRange object
  • fromTime int32
  • toTime int32
  • queries object[]
  • aggrParam object
  • aggrType int32
  • field int32
  • dataParam object
  • paging object
  • firstNode int32
  • pageSize int32
  • skipNode int32
  • sortParam object
  • ascending boolean
  • sortBy int32[]
  • queryId string
  • type int32
Responses

OK


{
"browseResponses": [
{
"respType": 0,
"workerId": "1",
"session": {
"sessionId": "1497261754-1"
},
"browseResult": {
"queryId": "dataQuery",
"dataResultSet": [
{
"path": "C:\\\\csguid.png",
"size": 31420,
"modificationTime": 1494235377,
"displayName": "csguid.png",
"name": "csguid.png",
"flags": {
"isPseudo": false,
"file": true,
"isFake": false,
"snap": false
},
"advancedData": {
"backupJobId": 324,
"referenceTime": 1496382395,
"offset": 0,
"archiveGroupId": 3,
"objectGuid": "996e5a87f1fdae404ca096e70d1c21de",
"backupTime": 1496382395,
"archiveFileId": 134,
"subclient": {
"type": 0,
"_type_": 7,
"applicationId": 49
},
"sourceCommServer": {
"_type_": 1,
"commCellId": 2,
"type": 0
},
"advConfig": {
"browseAdvancedConfigResp": {
"commcellNumber": 122516778
}
},
"browseMetaData": {
"fsData": {
"geoLocation": "<App_GeoLocation ip_address='199.255.244.65' latitude='40.300720' longitude='-74.081910' status_code='SUCCESS' status_description=''/>"
},
"indexing": {
"backupTime": 1496041441,
"fileChangeTime": 1495091808
},
"dmStubData": {
"guid": "79cdf4ff048d7f66563e260400d71a3c"
},
"virtualServerMetaData": {
"extentBlobBitMap": ""
}
}
}
},
{
"path": "C:\\\\demo.pptx",
"size": 266613,
"modificationTime": 1462779722,
"displayName": "demo.pptx",
"name": "demo.pptx",
"flags": {
"isPseudo": false,
"file": true,
"isFake": false,
"snap": false
},
"advancedData": {
"backupJobId": 324,
"referenceTime": 1496382395,
"offset": 25287,
"archiveGroupId": 3,
"objectGuid": "a3747ff8179b1ea06fcf9cafca8059e3",
"backupTime": 1496382395,
"archiveFileId": 134,
"subclient": {
"type": 0,
"_type_": 7,
"applicationId": 49
},
"sourceCommServer": {
"_type_": 1,
"commCellId": 2,
"type": 0
},
"advConfig": {
"browseAdvancedConfigResp": {
"commcellNumber": 122516778
}
},
"browseMetaData": {
"fsData": {
"geoLocation": "<App_GeoLocation ip_address='199.255.244.65' latitude='40.300720' longitude='-74.081910' status_code='SUCCESS' status_description=''/>"
},
"indexing": {
"backupTime": 1496041441,
"fileChangeTime": 1495091862
},
"dmStubData": {
"guid": "de1be9262f87c39b91ace2450a83d600"
},
"virtualServerMetaData": {
"extentBlobBitMap": ""
}
}
}
}
]
}
},
{
"respType": 0,
"workerId": "1",
"session": {
"sessionId": "1497261754-1"
},
"browseResult": {
"queryId": "countQuery",
"aggrResultSet": [
{
"result": 2,
"groupbyValue": "",
"count": 2
}
]
}
},
{
"respType": 5,
"workerId": "1",
"session": {
"sessionId": "1497261754-1"
}
}
]
}
Loading...