List all tables backed up
This operation fetches the list of DynamoDB tables that are backedup.
- application/json
Request Body
- opType integer required
queries object[]
paths object[]
options object
advOptions object
timeRange object
entity object
session object
websession object
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": {
"queryId": "string",
"dataResultSet": [
{
"displayName": "string",
"displayPath": "string",
"path": "string",
"size": 0,
"modificationTime": 0,
"name": "string",
"flags": {
"isPseudo": true,
"directory": true,
"isFake": true,
"snap": true
},
"advancedData": {
"backupJobId": 0,
"referenceTime": 0,
"offset": 0,
"archiveGroupId": 0,
"objectGuid": "string",
"backupTime": 0,
"archiveFileId": 0,
"subclient": {
"_type_": 0,
"applicationId": 0
},
"sourceCommServer": {
"_type_": 0,
"commCellId": 0
},
"advConfig": {
"recallRequest": true,
"browseAdvancedConfigResp": {
"commcellNumber": 0
}
},
"browseMetaData": {
"indexing": {
"folderSize": 0
},
"dynamoDBMetadata": {
"numRows": 0,
"description": "string"
},
"dmStubData": {
"guid": "string"
}
}
}
}
],
"aggrResultSet": [
{
"result": 0,
"groupbyValue": "string",
"count": 0
}
]
}
}
]
}
{
"browseResponses": [
{
"respType": 0,
"workerId": "150",
"doClientSideSortingAndPaging": false,
"session": {
"sessionId": "9999-999"
},
"browseResult": {
"queryId": "0",
"dataResultSet": [
{
"displayName": "api-test",
"displayPath": "ap-south-1",
"path": "ap-south-1",
"size": 590,
"modificationTime": 1710775918,
"name": "api-test",
"flags": {
"isPseudo": false,
"directory": true,
"isFake": false,
"snap": false
},
"advancedData": {
"backupJobId": 210048,
"referenceTime": 1710775873,
"offset": 407821,
"archiveGroupId": 15,
"backupTime": 1710775873,
"archiveFileId": 150,
"subclient": {
"_type_": 7,
"applicationId": 1155
},
"sourceCommServer": {
"_type_": 1,
"commCellId": 2
},
"advConfig": {
"recallRequest": false,
"browseAdvancedConfigResp": {
"commcellNumber": 151515
}
},
"browseMetaData": {
"indexing": {
"folderSize": 590
},
"dynamoDBMetadata": {
"numRows": 0,
"description": ""
},
"dmStubData": {
"guid": "guid"
}
}
}
}
]
}
},
{
"respType": 0,
"workerId": "150",
"doClientSideSortingAndPaging": false,
"session": {
"sessionId": "9999-999"
},
"browseResult": {
"queryId": "1",
"aggrResultSet": [
{
"result": 1,
"groupbyValue": "",
"count": 1
}
]
}
},
{
"respType": 5,
"workerId": "159",
"doClientSideSortingAndPaging": false,
"session": {
"sessionId": "9999-99"
}
}
]
}
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,
"queries": [
{
"type": 0,
"queryId": "string",
"dataParam": {
"sortParam": {
"ascending": true,
"sortBy": [
0
]
},
"paging": {
"firstNode": 0,
"pageSize": 0,
"skipNode": 0
}
},
"aggrParam": {
"field": 0,
"aggrType": 0
}
}
],
"paths": [
{
"path": "string"
}
],
"options": {
"restoreIndex": true,
"skipIndexRestore": true,
"hideUserHidden": true,
"showDeletedFiles": true
},
"advOptions": {
"stubAsData": true
},
"timeRange": {
"toTime": 0,
"fromTime": 0
},
"entity": {
"subclientId": 0,
"applicationId": 134,
"backupsetId": 0,
"clientId": 0,
"instanceId": 0
},
"session": {
"sessionId": "string"
},
"websession": {
"subscriptionId": 0,
"requestId": "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,
"queries": [
{
"type": 0,
"queryId": "string",
"dataParam": {
"sortParam": {
"ascending": true,
"sortBy": [
0
]
},
"paging": {
"firstNode": 0,
"pageSize": 0,
"skipNode": 0
}
},
"aggrParam": {
"field": 0,
"aggrType": 0
}
}
],
"paths": [
{
"path": "string"
}
],
"options": {
"restoreIndex": true,
"skipIndexRestore": true,
"hideUserHidden": true,
"showDeletedFiles": true
},
"advOptions": {
"stubAsData": true
},
"timeRange": {
"toTime": 0,
"fromTime": 0
},
"entity": {
"subclientId": 0,
"applicationId": 134,
"backupsetId": 0,
"clientId": 0,
"instanceId": 0
},
"session": {
"sessionId": "string"
},
"websession": {
"subscriptionId": 0,
"requestId": "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,
"queries": [
{
"type": 0,
"queryId": "string",
"dataParam": {
"sortParam": {
"ascending": true,
"sortBy": [
0
]
},
"paging": {
"firstNode": 0,
"pageSize": 0,
"skipNode": 0
}
},
"aggrParam": {
"field": 0,
"aggrType": 0
}
}
],
"paths": [
{
"path": "string"
}
],
"options": {
"restoreIndex": true,
"skipIndexRestore": true,
"hideUserHidden": true,
"showDeletedFiles": true
},
"advOptions": {
"stubAsData": true
},
"timeRange": {
"toTime": 0,
"fromTime": 0
},
"entity": {
"subclientId": 0,
"applicationId": 134,
"backupsetId": 0,
"clientId": 0,
"instanceId": 0
},
"session": {
"sessionId": "string"
},
"websession": {
"subscriptionId": 0,
"requestId": "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,
"queries": [
{
"type": 0,
"queryId": "string",
"dataParam": {
"sortParam": {
"ascending": true,
"sortBy": [
0
]
},
"paging": {
"firstNode": 0,
"pageSize": 0,
"skipNode": 0
}
},
"aggrParam": {
"field": 0,
"aggrType": 0
}
}
],
"paths": [
{
"path": "string"
}
],
"options": {
"restoreIndex": true,
"skipIndexRestore": true,
"hideUserHidden": true,
"showDeletedFiles": true
},
"advOptions": {
"stubAsData": true
},
"timeRange": {
"toTime": 0,
"fromTime": 0
},
"entity": {
"subclientId": 0,
"applicationId": 134,
"backupsetId": 0,
"clientId": 0,
"instanceId": 0
},
"session": {
"sessionId": "string"
},
"websession": {
"subscriptionId": 0,
"requestId": "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,
"queries": [
{
"type": 0,
"queryId": "string",
"dataParam": {
"sortParam": {
"ascending": true,
"sortBy": [
0
]
},
"paging": {
"firstNode": 0,
"pageSize": 0,
"skipNode": 0
}
},
"aggrParam": {
"field": 0,
"aggrType": 0
}
}
],
"paths": [
{
"path": "string"
}
],
"options": {
"restoreIndex": true,
"skipIndexRestore": true,
"hideUserHidden": true,
"showDeletedFiles": true
},
"advOptions": {
"stubAsData": true
},
"timeRange": {
"toTime": 0,
"fromTime": 0
},
"entity": {
"subclientId": 0,
"applicationId": 134,
"backupsetId": 0,
"clientId": 0,
"instanceId": 0
},
"session": {
"sessionId": "string"
},
"websession": {
"subscriptionId": 0,
"requestId": "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,
"queries": [
{
"type": 0,
"queryId": "string",
"dataParam": {
"sortParam": {
"ascending": true,
"sortBy": [
0
]
},
"paging": {
"firstNode": 0,
"pageSize": 0,
"skipNode": 0
}
},
"aggrParam": {
"field": 0,
"aggrType": 0
}
}
],
"paths": [
{
"path": "string"
}
],
"options": {
"restoreIndex": true,
"skipIndexRestore": true,
"hideUserHidden": true,
"showDeletedFiles": true
},
"advOptions": {
"stubAsData": true
},
"timeRange": {
"toTime": 0,
"fromTime": 0
},
"entity": {
"subclientId": 0,
"applicationId": 134,
"backupsetId": 0,
"clientId": 0,
"instanceId": 0
},
"session": {
"sessionId": "string"
},
"websession": {
"subscriptionId": 0,
"requestId": "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,
"queries": [
{
"type": 0,
"queryId": "string",
"dataParam": {
"sortParam": {
"ascending": true,
"sortBy": [
0
]
},
"paging": {
"firstNode": 0,
"pageSize": 0,
"skipNode": 0
}
},
"aggrParam": {
"field": 0,
"aggrType": 0
}
}
],
"paths": [
{
"path": "string"
}
],
"options": {
"restoreIndex": true,
"skipIndexRestore": true,
"hideUserHidden": true,
"showDeletedFiles": true
},
"advOptions": {
"stubAsData": true
},
"timeRange": {
"toTime": 0,
"fromTime": 0
},
"entity": {
"subclientId": 0,
"applicationId": 134,
"backupsetId": 0,
"clientId": 0,
"instanceId": 0
},
"session": {
"sessionId": "string"
},
"websession": {
"subscriptionId": 0,
"requestId": "string"
}
}'