Install SAP Oracle Agent on Database server
Select
SAP Oracle Agent Installtion
- application/json
Request Body
taskInfo object
associations object[]
commCellId integerDefault value:
2
task object
taskType stringDefault value:
IMMEDIATE
Possible values: [IMMEDIATE, SCHEDULE, SCHEDULE_POLICY]
initiatedFrom integerDefault value:
1
taskFlags object
disabled booleanDefault value:
false
subTasks object[]
subTask object
subTaskType integer requiredDefault value:
1
operationType string requiredDefault value:
INSTALL_CLIENT
options object
adminOpts object
clientInstallOption object
sshPortNumber integerDefault value:
22
reuseADCredentials booleanDefault value:
false
installOSType string[0- Windows, 1- Unix]
discoveryType integerinstallerOption object
CommServeHostName string requiredThe Commserve HostName
installFlags object
install32Base booleanDefault value:
false
disableOSFirewall booleanDefault value:
false
addToFirewallExclusion booleanDefault value:
true
killBrowserProcesses booleanignoreJobsRunning booleanDefault value:
false
stopOracleServices booleanDefault value:
false
skipClientsOfCS booleanDefault value:
false
restoreOnlyAgents booleanDefault value:
false
overrideClientInfo booleanDefault value:
true
firewallInstall object
enableFirewallConfig booleanDefault value:
false
firewallConnectionType integerportNumber integerunixGroup stringSAP Oracle Database unix group (oinstall)
unixGroupAccess integerDefault value:
7
unixOtherAccess integerDefault value:
5
overrideUnixGroupAndPermissions booleanDefault value:
true
User object
userName stringDefault value:
ADMIN
userId integerDefault value:
1
clientComposition object[]
packageDeliveryOption integeroverrideSoftwareCache booleanDefault value:
false
components object
componentInfo object[] required
ComponentId integerDefault value:
1205
ComponentId for SAP Oracle is 1205
osType stringPossible values: [Windows, Unix]
clientInfo object
client object
Internal Fields
evmgrcPort integercvdPort integerclientDetails object[]
clientEntity object
clientName string requiredClient name
commCellId integerDefault value:
2
clientAuthForJob object
savedCredential object
Crdential info
credentialId integercrdential ID
credentialName stringcrdential name
credential object
credential
credentialId integercredential ID
credentialName stringcredential name
updateOption object
rebootClient booleanDefault value:
false
plan object
planId integerPlanID of plan to be associated to the client
commonOpts object
notifyUserOnJobCompletion booleanDefault value:
false
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- taskId integer
- jobIds string[]
{
"taskId": 0,
"jobIds": [
"string"
]
}
{
"taskId": 291188,
"jobIds": [
"671465"
]
}
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
}