Skip to main content

Browse contents of a DB2 Backupset

Select

SaaS
Customer Managed

This operation is used to fetch all tablespaces that are backed up for a DB2 Backupset

Path Parameters
  • InstanceID integer required

    ID of the instance

Request Body
  • entity object
  • clientName string

    Name of the client

  • instanceName string

    DB2 Instance name

  • displayName string

    Display name of client in commcell

  • backupsetId integer required

    Backupset id (DB2 database)

  • _type_ integer
  • instanceId integer required

    ID of the DB2 instance

  • backupsetGUID string
  • clientId integer required

    ID of the client

  • appName string

    Possible values: [DB2]

    DB2

  • backupsetName string

    Name of the backupset (DB2 Database name)

  • applicationId integer required

    Possible values: [62, 37]

    application ID for DB2 Unix is 62 and application ID for DB2 windows is 37

  • entityInfo object
  • companyId integer
  • companyName string
  • multiCommcellId integer
  • isDefaultBackupSet boolean
  • entityName string
  • path string
  • pointInTime integer

    lists all tablespaces already backed up at or before this particular time stamp

  • options integer
Responses

OK


Schema
  • oracleContent object[]
  • tableSpace string

    Table space name

  • fileType integer

    Table space type

POST /instance/dbbrowse/:instanceid    

Authorization

type: apiKeyname: Authtokenin: header

Request

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

{
"entity": {
"clientName": "string",
"instanceName": "string",
"displayName": "string",
"backupsetId": 0,
"_type_": 0,
"instanceId": 0,
"backupsetGUID": "string",
"clientId": 0,
"appName": "DB2",
"backupsetName": "string",
"applicationId": 62,
"entityInfo": {
"companyId": 0,
"companyName": "string",
"multiCommcellId": 0
},
"isDefaultBackupSet": true,
"entityName": "string"
},
"path": "string",
"pointInTime": 0,
"options": 0
}
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Instance/DBBrowse/:InstanceID' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"entity": {
"clientName": "string",
"instanceName": "string",
"displayName": "string",
"backupsetId": 0,
"_type_": 0,
"instanceId": 0,
"backupsetGUID": "string",
"clientId": 0,
"appName": "DB2",
"backupsetName": "string",
"applicationId": 62,
"entityInfo": {
"companyId": 0,
"companyName": "string",
"multiCommcellId": 0
},
"isDefaultBackupSet": true,
"entityName": "string"
},
"path": "string",
"pointInTime": 0,
"options": 0
}'