Create RAC subclient
Select
SaaS
Customer Managed
This operation used to create OracleRAC Subclient
- application/json
Request Body
subClientProperties object
subClientEntity object
subclientId integersubclientName string requiredSubclient Name.
backupsetId integerinstanceId integerinstanceName stringInstance Name
instanceGUID stringapplicationId integerappName stringclientId integerclientName string requiredClient Name
displayName stringcommonProperties objectcontentOperationType stringoracleSubclientProp object
selectiveOnlineFull booleanSet to true for selective online full subclients.
data booleanSet to true for data backups
backupMode stringPossible values: [
ONLINE_DB
,ONLINE_SUBSET_DB
,OFFLINE_DB
]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 integeroracleDataBackupStreams object[]
This object is relevant for Online_Subset_DB backups
streamInstanceName stringInstance name of the RAC cluster
streamNumber integernumber of streams for log backups
instanceId integerRAC instance id of RAC database
oracleLogBackupStreams object[]
streamInstanceName stringInstance name of the RAC cluster
streamNumber integernumber of streams for log backups
instanceId integerRAC instance id of RAC database
archiveDeleteAll booleanplanEntity object
planId integer
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 integer_type_ integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": {
"warningCode": 0,
"errorCode": 0,
"warningMessage": "string",
"entity": {
"subclientId": 0,
"_type_": 0
}
}
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": {
"warningCode": 0,
"errorCode": 0,
"warningMessage": "",
"entity": {
"subclientId": 8925,
"_type_": 0
}
}
}
Bad Request
Unauthorized
Loading...