Skip to main content

Browse contents of a DB2 MultiNode Backupset

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

Path Parameters
  • InstanceID integer required

    ID of the DB2 MultiNode Instance

Request Body
  • path string
  • entity object
  • displayName string
  • clientId integer

    ID of the DB2 MultiNode Pseudo Client

  • instanceName string
  • appName string
  • backupsetId integer required

    ID of the Backupset for which you want to see tablespaces

  • backupsetName string
  • applicationId integer

    Possible values: [103]

    103 for DB2 MultiNode

  • clientName string
  • instanceId integer required

    ID of the DB2 MultiNode Instance

  • entityName string
Responses

OK


Schema
  • oracleContent object[]
  • tableSpace string

    Tablespace name

  • fileType integer
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

{
"path": "string",
"entity": {
"displayName": "string",
"clientId": 0,
"instanceName": "string",
"appName": "string",
"backupsetId": 0,
"backupsetName": "string",
"applicationId": 103,
"clientName": "string",
"instanceId": 0,
"entityName": "string"
}
}
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 '{
"path": "string",
"entity": {
"displayName": "string",
"clientId": 0,
"instanceName": "string",
"appName": "string",
"backupsetId": 0,
"backupsetName": "string",
"applicationId": 103,
"clientName": "string",
"instanceId": 0,
"entityName": "string"
}
}'