List the databases backed up with a backup job
Select
Customer Managed
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[]
path stringDefault value:
/
entity object
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": "75",
"doClientSideSortingAndPaging": false,
"session": {
"sessionId": "1707055889-75"
},
"browseResult": {
"dataResultSet": [
{
"displayName": "database1",
"version": 0,
"path": "\\database1",
"size": 1048576,
"modificationTime": 1706542362,
"name": "database1",
"flags": {
"isPseudo": false,
"file": true,
"isFake": false,
"snap": false
},
"advancedData": {
"imageMap": "",
"backupJobId": 137563,
"referenceTime": 1706542329,
"cipId": 0,
"offset": 231,
"archiveGroupId": 19,
"backupTime": 1706542329,
"archiveFileId": 118602,
"subclient": {
"_type_": 7,
"applicationId": 1299
},
"sourceCommServer": {
"_type_": 1,
"commCellId": 2
},
"advConfig": {
"recallRequest": false,
"browseAdvancedConfigResp": {
"commcellNumber": 140488650
}
},
"browseMetaData": {
"dmStubData": {
"guid": "cvlt_8ba785e66982b7bb9160f083dcd29555"
}
}
}
},
{
"displayName": "database2",
"version": 0,
"path": "\\database2",
"size": 1048576,
"modificationTime": 1706542377,
"name": "database2",
"flags": {
"isPseudo": false,
"file": true,
"isFake": false,
"snap": false
},
"advancedData": {
"imageMap": "",
"backupJobId": 137563,
"referenceTime": 1706542329,
"cipId": 0,
"offset": 50217734,
"archiveGroupId": 19,
"backupTime": 1706542329,
"archiveFileId": 118602,
"subclient": {
"_type_": 7,
"applicationId": 1299
},
"sourceCommServer": {
"_type_": 1,
"commCellId": 2
},
"advConfig": {
"recallRequest": false,
"browseAdvancedConfigResp": {
"commcellNumber": 140488650
}
},
"browseMetaData": {
"dmStubData": {
"guid": "cvlt_2f8a603de21d4c2b80b0623335705aec"
}
}
}
},
{
"displayName": "database3",
"version": 0,
"path": "\\database3",
"size": 1048576,
"modificationTime": 1706542395,
"name": "database3",
"flags": {
"isPseudo": false,
"file": true,
"isFake": false,
"snap": false
},
"advancedData": {
"imageMap": "",
"backupJobId": 137563,
"referenceTime": 1706542329,
"cipId": 0,
"offset": 100434064,
"archiveGroupId": 19,
"backupTime": 1706542329,
"archiveFileId": 118602,
"subclient": {
"_type_": 7,
"applicationId": 1299
},
"sourceCommServer": {
"_type_": 1,
"commCellId": 2
},
"advConfig": {
"recallRequest": false,
"browseAdvancedConfigResp": {
"commcellNumber": 140488650
}
},
"browseMetaData": {
"dmStubData": {
"guid": "cvlt_f04b861080a0e8dbccad41b882b3a852"
}
}
}
}
]
}
}
]
}
Loading...