Modify Subclient
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
Responses
- 200
- 500
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
response object[]
{
"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
}
POST /subclient/:subclientid
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/SubClient/:subclientId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"subClientProperties": {
"oracleSubclientProp": {
"dataThresholdStreams": 0,
"maxBackupSetSizeInKB": 0,
"sectionSizeInKB": 0,
"validate": false,
"checkLogical": false
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/SubClient/:subclientId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"subClientProperties": {
"oracleSubclientProp": {
"dataThresholdStreams": 0,
"maxBackupSetSizeInKB": 0,
"sectionSizeInKB": 0,
"validate": false,
"checkLogical": false
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/SubClient/:subclientId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"subClientProperties": {
"oracleSubclientProp": {
"dataThresholdStreams": 0,
"maxBackupSetSizeInKB": 0,
"sectionSizeInKB": 0,
"validate": false,
"checkLogical": false
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/SubClient/:subclientId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"subClientProperties": {
"oracleSubclientProp": {
"dataThresholdStreams": 0,
"maxBackupSetSizeInKB": 0,
"sectionSizeInKB": 0,
"validate": false,
"checkLogical": false
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/SubClient/:subclientId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"subClientProperties": {
"oracleSubclientProp": {
"dataThresholdStreams": 0,
"maxBackupSetSizeInKB": 0,
"sectionSizeInKB": 0,
"validate": false,
"checkLogical": false
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/SubClient/:subclientId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"subClientProperties": {
"oracleSubclientProp": {
"dataThresholdStreams": 0,
"maxBackupSetSizeInKB": 0,
"sectionSizeInKB": 0,
"validate": false,
"checkLogical": false
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/SubClient/:subclientId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"subClientProperties": {
"oracleSubclientProp": {
"dataThresholdStreams": 0,
"maxBackupSetSizeInKB": 0,
"sectionSizeInKB": 0,
"validate": false,
"checkLogical": false
}
}
}'