Create SAP for Oracle Subclient
SAP for Oracle Subclient creation
- application/json
Request Body
subClientProperties object required
subClientEntity object required
clientName string requiredName of the client
instanceName string requiredName of the SAP Oracle instance
appName string requiredDefault value:
SAP for OracleentityInfo object
companyName stringsubclientName string requiredName of the subclient to create
commonProperties objectplanEntity object required
planName string requiredName of the plan to associate
contentOperationType integer requiredDefault value:
2sapForOracleSubclientProp object required
sapSelectiveOnlineFull boolean requiredsapData boolean requiredsapBackupMode integer requiredPossible values: [
0,1,2,3]Backup mode: 0 = Selective Online Full, 1 = Online Database, 2 = Offline, 3 = Consistent Online
sapBackupArchiveLog boolean requiredsapBackupDevice string requiredPossible values: [
0,1,2]Backup device: "0" = rman_util, "1" = util_file, "2" = util_file_online
sapArchiveDelete boolean requiredsapDisableSwitchCurrentLog boolean requiredsapArchiveLogSecondCopy boolean requirednumberOfBackupStreams integer required
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...