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
- application/json
Request Body
- path string
entity object
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
oracleContent object[]
{
"oracleContent": [
{
"tableSpace": "string",
"fileType": 0
}
]
}
{
"oracleContent": [
{
"tableSpace": "SYSCATSPACE_NODE0000",
"fileType": 5
},
{
"tableSpace": "TEMPSPACE1_NODE0000",
"fileType": 5
},
{
"tableSpace": "TEMPSPACE1_NODE0001",
"fileType": 5
},
{
"tableSpace": "TEMPSPACE1_NODE0002",
"fileType": 5
},
{
"tableSpace": "TEMPSPACE1_NODE0003",
"fileType": 5
},
{
"tableSpace": "USERSPACE1_NODE0000",
"fileType": 5
},
{
"tableSpace": "USERSPACE1_NODE0001",
"fileType": 5
},
{
"tableSpace": "USERSPACE1_NODE0002",
"fileType": 5
},
{
"tableSpace": "USERSPACE1_NODE0003",
"fileType": 5
}
]
}
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Access denied",
"errorCode": 5
}
POST /instance/dbbrowse/:instanceid
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
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"
}
}'
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"
}
}'
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"
}
}'
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"
}
}'
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"
}
}'
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"
}
}'
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"
}
}'