Skip to main content

List all tables backed up

This operation fetches the list of DynamoDB tables that are backedup.

Request Body
  • opType integer required
  • queries object[]
  • type integer
  • queryId string
  • dataParam object
  • sortParam object
  • ascending boolean
  • sortBy integer[]
  • paging object
  • firstNode integer
  • pageSize integer
  • skipNode integer
  • aggrParam object
  • field integer
  • aggrType integer
  • paths object[]
  • path string
  • options object
  • restoreIndex boolean
  • skipIndexRestore boolean
  • hideUserHidden boolean
  • showDeletedFiles boolean
  • advOptions object
  • stubAsData boolean
  • timeRange object
  • toTime integer required

    Start time from when to browse Content

  • fromTime integer required

    End time from when to browse content

  • entity object
  • subclientId integer

    ID of Subclient

  • applicationId integer

    Default value: 134

    Id of Backupset

  • backupsetId integer
  • clientId integer

    ID of Cloud Account

  • instanceId integer

    ID

  • session object
  • sessionId string
  • websession object
  • subscriptionId integer
  • requestId string
Responses

OK


Schema
  • browseResponses object[]
  • respType integer
  • workerId string
  • doClientSideSortingAndPaging boolean
  • session object
  • sessionId string
  • browseResult object
  • queryId string
  • dataResultSet object[]
  • displayName string
  • displayPath string
  • path string
  • size integer
  • modificationTime integer
  • name string
  • flags object
  • isPseudo boolean
  • directory boolean
  • isFake boolean
  • snap boolean
  • advancedData object
  • backupJobId integer
  • referenceTime integer
  • offset integer
  • archiveGroupId integer
  • objectGuid string
  • backupTime integer
  • archiveFileId integer
  • subclient object
  • _type_ integer
  • applicationId integer
  • sourceCommServer object
  • _type_ integer
  • commCellId integer
  • advConfig object
  • recallRequest boolean
  • browseAdvancedConfigResp object
  • commcellNumber integer
  • browseMetaData object
  • indexing object
  • folderSize integer
  • dynamoDBMetadata object
  • numRows integer
  • description string
  • dmStubData object
  • guid string
  • aggrResultSet object[]
  • result integer
  • groupbyValue string
  • count integer
POST /dobrowse    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
Body

{
"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"
}
}'