Modify Subclient
Select
SaaS
Customer Managed
This API modifies the subclient properties for your default/archivelog subclient of your instance.
Path Parameters
- subclientId string required
Subclient Id
- application/json
Request Body
subClientProperties object
oracleSubclientProp object
dataThresholdStreams integerModify number of data streams
maxBackupSetSizeInKB integerModify backupset size
sectionSizeInKB integerChange oracle backupiece section size
validate booleanDefault value:
false
checkLogical booleanDefault value:
false
Responses
- 200
- 500
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object[]
warningCode integererrorCode integerwarningMessage string
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"warningCode": 0,
"errorCode": 0,
"warningMessage": "string"
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"warningCode": 0,
"errorCode": 0,
"warningMessage": "string"
}
]
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Could not update property changes. Backup running for subclient.",
"errorCode": 1
}
Loading...