Create SAP for Oracle Subclient
SAP for Oracle Subclient creation
- application/json
Request Body
subClientProperties object
subClientEntity object
clientName stringinstanceName stringdisplayName stringinstanceId integerclientId integerappName stringapplicationId integerentityInfo object
companyId integercompanyName stringmultiCommcellId integerbackupsetId integersubclientId integersubclientName stringcommonProperties objectplanEntity object
planId integercontentOperationType integersapForOracleSubclientProp object
sapSelectiveOnlineFull booleansapData booleansapBackupMode integersapBackupArchiveLog booleansapBackupDevice stringsapArchiveDelete booleansapDisableSwitchCurrentLog booleansapArchiveLogSecondCopy booleannumberOfBackupStreams 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": 9014,
"_SubclType_": 0,
"_type_": 0
}
}
}
Bad Request
- application/json
- Schema
- Example 1
Schema
- string
Request body is empty or format is invalid
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Access Denied",
"errorCode": 5
}
Loading...