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
advOptions object
paths object[] required
entity object required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
browseResponses object[]
{
"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"
}
}
}
}
]
}
}
]
}
POST /dobrowse
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Dobrowse' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"opType": 0,
"timeRange": {
"fromTime": 0,
"toTime": 0
},
"advOptions": {
"copyPrecedence": 0
},
"paths": [
{
"path": "/"
}
],
"entity": {
"instanceName": "string",
"appName": "MySQL",
"clientName": "string",
"subclientName": "string"
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Dobrowse' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"opType": 0,
"timeRange": {
"fromTime": 0,
"toTime": 0
},
"advOptions": {
"copyPrecedence": 0
},
"paths": [
{
"path": "/"
}
],
"entity": {
"instanceName": "string",
"appName": "MySQL",
"clientName": "string",
"subclientName": "string"
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Dobrowse' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"opType": 0,
"timeRange": {
"fromTime": 0,
"toTime": 0
},
"advOptions": {
"copyPrecedence": 0
},
"paths": [
{
"path": "/"
}
],
"entity": {
"instanceName": "string",
"appName": "MySQL",
"clientName": "string",
"subclientName": "string"
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Dobrowse' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"opType": 0,
"timeRange": {
"fromTime": 0,
"toTime": 0
},
"advOptions": {
"copyPrecedence": 0
},
"paths": [
{
"path": "/"
}
],
"entity": {
"instanceName": "string",
"appName": "MySQL",
"clientName": "string",
"subclientName": "string"
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Dobrowse' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"opType": 0,
"timeRange": {
"fromTime": 0,
"toTime": 0
},
"advOptions": {
"copyPrecedence": 0
},
"paths": [
{
"path": "/"
}
],
"entity": {
"instanceName": "string",
"appName": "MySQL",
"clientName": "string",
"subclientName": "string"
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Dobrowse' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"opType": 0,
"timeRange": {
"fromTime": 0,
"toTime": 0
},
"advOptions": {
"copyPrecedence": 0
},
"paths": [
{
"path": "/"
}
],
"entity": {
"instanceName": "string",
"appName": "MySQL",
"clientName": "string",
"subclientName": "string"
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Dobrowse' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"opType": 0,
"timeRange": {
"fromTime": 0,
"toTime": 0
},
"advOptions": {
"copyPrecedence": 0
},
"paths": [
{
"path": "/"
}
],
"entity": {
"instanceName": "string",
"appName": "MySQL",
"clientName": "string",
"subclientName": "string"
}
}'