Install SAP Oracle Agent on Database server
SAP Oracle Agent Installtion
- application/json
Request Body
taskInfo object
associations object[]
commCellId integerDefault value:
2task object
taskType stringDefault value:
IMMEDIATEPossible values: [IMMEDIATE, SCHEDULE, SCHEDULE_POLICY]
initiatedFrom integerDefault value:
1taskFlags object
disabled booleanDefault value:
falsesubTasks object[]
subTask object
subTaskType integer requiredDefault value:
1operationType string requiredDefault value:
INSTALL_CLIENToptions object
adminOpts object
clientInstallOption object
sshPortNumber integerDefault value:
22reuseADCredentials booleanDefault value:
falseinstallOSType string[0- Windows, 1- Unix]
discoveryType integerinstallerOption object
CommServeHostName string requiredThe Commserve HostName
installFlags object
install32Base booleanDefault value:
falsedisableOSFirewall booleanDefault value:
falseaddToFirewallExclusion booleanDefault value:
truekillBrowserProcesses booleanignoreJobsRunning booleanDefault value:
falsestopOracleServices booleanDefault value:
falseskipClientsOfCS booleanDefault value:
falserestoreOnlyAgents booleanDefault value:
falseoverrideClientInfo booleanDefault value:
truefirewallInstall object
enableFirewallConfig booleanDefault value:
falsefirewallConnectionType integerportNumber integerunixGroup stringSAP Oracle Database unix group (oinstall)
unixGroupAccess integerDefault value:
7unixOtherAccess integerDefault value:
5overrideUnixGroupAndPermissions booleanDefault value:
trueUser object
userName stringDefault value:
ADMINuserId integerDefault value:
1clientComposition object[]
packageDeliveryOption integeroverrideSoftwareCache booleanDefault value:
falsecomponents object
componentInfo object[] required
ComponentId integerDefault value:
1205ComponentId 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:
2clientAuthForJob 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:
falseplan 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
}