Browse contents of a DB2 MultiNode Backupset
Select
SaaS
Customer Managed
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
displayName stringclientId integerID of the DB2 MultiNode Pseudo Client
instanceName stringappName stringbackupsetId integer requiredID of the Backupset for which you want to see tablespaces
backupsetName stringapplicationId integerPossible values: [
103
]103 for DB2 MultiNode
clientName stringinstanceId integer requiredID of the DB2 MultiNode Instance
entityName string
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
oracleContent object[]
tableSpace stringTablespace name
fileType integer
{
"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
}
Loading...