List the databases backed up with a backup job
This operation returns list of MySQL databases that are backed up as part of a backup job.
Fetch the Job start and end time from Job Summary API.
- application/json
Request Body
- opType integer required
timeRange object
fromTime integer requiredJob start time
toTime integer requiredJob end time
advOptions object
copyPrecedence integercopy precedence
paths object[] required
path stringDefault value:
/
entity object required
instanceName stringName of the instance
appName stringPossible values: [
MySQL
]clientName stringName of the cloud account
subclientName stringName of the database group
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
browseResponses object[]
respType integerworkerId stringdoClientSideSortingAndPaging booleansession object
sessionId stringbrowseResult object
dataResultSet object[]
displayName stringversion integerpath stringsize integermodificationTime integername stringflags object
isPseudo booleanfile booleanisFake booleansnap booleanadvancedData object
imageMap stringbackupJobId integerreferenceTime integercipId integeroffset integerarchiveGroupId integerbackupTime integerarchiveFileId integersubclient object
_type_ integerapplicationId integersourceCommServer object
_type_ integercommCellId integeradvConfig object
recallRequest booleanbrowseAdvancedConfigResp object
commcellNumber integerbrowseMetaData object
dmStubData object
guid string
{
"browseResponses": [
{
"respType": 0,
"workerId": "string",
"doClientSideSortingAndPaging": true,
"session": {
"sessionId": "string"
},
"browseResult": {
"dataResultSet": [
{
"displayName": "string",
"version": 0,
"path": "string",
"size": 0,
"modificationTime": 0,
"name": "string",
"flags": {
"isPseudo": true,
"file": true,
"isFake": true,
"snap": true
},
"advancedData": {
"imageMap": "string",
"backupJobId": 0,
"referenceTime": 0,
"cipId": 0,
"offset": 0,
"archiveGroupId": 0,
"backupTime": 0,
"archiveFileId": 0,
"subclient": {
"_type_": 0,
"applicationId": 0
},
"sourceCommServer": {
"_type_": 0,
"commCellId": 0
},
"advConfig": {
"recallRequest": true,
"browseAdvancedConfigResp": {
"commcellNumber": 0
}
},
"browseMetaData": {
"dmStubData": {
"guid": "string"
}
}
}
}
]
}
}
]
}
{
"browseResponses": [
{
"respType": 0,
"workerId": "750",
"doClientSideSortingAndPaging": false,
"session": {
"sessionId": "1711457281-750"
},
"browseResult": {
"dataResultSet": [
{
"displayName": "aashdemo",
"version": 0,
"path": "/aashdemo",
"size": 1048576,
"modificationTime": 1711457196,
"name": "aashdemo",
"flags": {
"isPseudo": false,
"file": true,
"isFake": false,
"snap": false
},
"advancedData": {
"imageMap": "",
"backupJobId": 219674,
"referenceTime": 1711457129,
"cipId": 0,
"offset": 231,
"archiveGroupId": 12,
"backupTime": 1711457129,
"archiveFileId": 203188,
"subclient": {
"_type_": 7,
"applicationId": 2073
},
"sourceCommServer": {
"_type_": 1,
"commCellId": 2
},
"advConfig": {
"recallRequest": false,
"browseAdvancedConfigResp": {
"commcellNumber": 140488650
}
},
"browseMetaData": {
"dmStubData": {
"guid": "cvlt_480a4f7b4d83332d2aa88011b8f593f0"
}
}
}
},
{
"displayName": "amazondb1",
"version": 0,
"path": "/amazondb1",
"size": 1048576,
"modificationTime": 1711457196,
"name": "amazondb1",
"flags": {
"isPseudo": false,
"file": true,
"isFake": false,
"snap": false
},
"advancedData": {
"imageMap": "",
"backupJobId": 219674,
"referenceTime": 1711457129,
"cipId": 0,
"offset": 0,
"archiveGroupId": 12,
"backupTime": 1711457129,
"archiveFileId": 203190,
"subclient": {
"_type_": 7,
"applicationId": 2073
},
"sourceCommServer": {
"_type_": 1,
"commCellId": 2
},
"advConfig": {
"recallRequest": false,
"browseAdvancedConfigResp": {
"commcellNumber": 140488650
}
},
"browseMetaData": {
"dmStubData": {
"guid": "cvlt_a2c592f8bc2b124c6a8710e4ecdfdd10"
}
}
}
},
{
"displayName": "azuredb1",
"version": 0,
"path": "/azuredb1",
"size": 1048576,
"modificationTime": 1711457196,
"name": "azuredb1",
"flags": {
"isPseudo": false,
"file": true,
"isFake": false,
"snap": false
},
"advancedData": {
"imageMap": "",
"backupJobId": 219674,
"referenceTime": 1711457129,
"cipId": 0,
"offset": 2267,
"archiveGroupId": 12,
"backupTime": 1711457129,
"archiveFileId": 203190,
"subclient": {
"_type_": 7,
"applicationId": 2073
},
"sourceCommServer": {
"_type_": 1,
"commCellId": 2
},
"advConfig": {
"recallRequest": false,
"browseAdvancedConfigResp": {
"commcellNumber": 140488650
}
},
"browseMetaData": {
"dmStubData": {
"guid": "cvlt_79255341627a260a16282d11bccf5a16"
}
}
}
}
]
}
}
]
}
Loading...