Create Oracle Subclient
Select
SaaS
Customer Managed
Create Oracle Subclient
- application/json
Request Body
subClientProperties object
subClientEntity object
subclientName string requiredSubclient Name.
instanceName stringInstance Name
applicationId integerDefault value:
22
appName stringDefault value:
Oracle
clientName string requiredClient Name
entityInfo object
Internal Fields
companyId integercompanyName stringCompany Name
multiCommcellId integercommonProperties objectoracleSubclientProp object
selectiveOnlineFull booleanSet to true for selective online full subclients.
backupModePossible values: [
ONLINE_DB
,ONLINE_SUBSET_DB
,OFFLINE_DB
]data booleanSet to true for data backups
lightsOutScript booleanThis is set to true for offline backups
enableTableBrowse booleanSet this to true if you want table level metadata to be collected.
backupArchiveLog booleanEnable this option to backup oracle archivelogs
archiveDelete booleanSet this to true if you want backup up archivelogs to be deleted on the client
dataThresholdStreams integerDefault value:
2
archiveDeleteAll booleanDefault value:
false
content object[]
This object is relevant for Online_Subset_DB backups
oracleContent object
Select content that needs to be backed up
tableSpace stringcontentOperationType stringDefault value:
ADD
planEntity object
planName stringAssociate plan to subclient
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object
warningCode integererrorCode integerwarningMessage stringentity object
subclientId integerSubclientId of new subclient
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": {
"warningCode": 0,
"errorCode": 0,
"warningMessage": "string",
"entity": {
"subclientId": 0
}
}
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": {
"warningCode": 0,
"errorCode": 0,
"warningMessage": "",
"entity": {
"subclientId": 8925,
"_type_": 0
}
}
}
Bad Request
- application/json
- application/xml
- Schema
- Example
Schema
- string
Request body is empty or format is invalid
- Schema
- Example (from schema)
Schema
- object
<root/>
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Access Denied",
"errorCode": 5
}
Loading...