List the databases backed up with a backup job
This operation returns list of MariaDB 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": "139",
"doClientSideSortingAndPaging": false,
"session": {
"sessionId": "1705494814-139"
},
"browseResult": {
"dataResultSet": [
{
"displayName": "enctest",
"version": 0,
"path": "\\enctest",
"size": 1048576,
"modificationTime": 1705393726,
"name": "enctest",
"flags": {
"isPseudo": false,
"file": true,
"isFake": false,
"snap": false
},
"advancedData": {
"imageMap": "",
"backupJobId": 110468,
"referenceTime": 1705393649,
"cipId": 0,
"offset": 231,
"archiveGroupId": 19,
"backupTime": 1705393649,
"archiveFileId": 101280,
"subclient": {
"_type_": 7,
"applicationId": 1476
},
"sourceCommServer": {
"_type_": 1,
"commCellId": 2
},
"advConfig": {
"recallRequest": false,
"browseAdvancedConfigResp": {
"commcellNumber": 140488650
}
},
"browseMetaData": {
"dmStubData": {
"guid": "cvlt_a88986e311936d717ece44a56b529704"
}
}
}
}
]
}
}
]
}
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"
}
}'