Install Informix agent on Database Server
This operation is used to install a Informix agent on Database Server
- application/json
Request Body
taskInfo object
associations object[]
commCellId integertask object
taskType integersubTasks object[]
subTask object required
subTaskType integer requiredoperationType integeroptions object
backupOpts object
backupLevel integercommonOpts object
notifyUserOnJobCompletion booleanjobMetadata object[]adminOpts object
clientInstallOption object
installerOption object
User object
userId integeruserName stringCommServeHostName stringinstallFlags object
allowMultipleInstances booleaninstall32Base booleandisableOSFirewall booleanaddToFirewallExclusion booleanforceReboot booleankillBrowserProcesses booleanignoreJobsRunning booleanstopOracleServices booleanskipClientsOfCS booleanrestoreOnlyAgents booleanoverrideClientInfo booleanfirewallInstall object
enableFirewallConfig booleanfirewallConnectionType integerportNumber integerunixGroup stringunixGroupAccess integerunixOtherAccess integeroverrideUnixGroupAndPermissions booleanclientComposition object[]
components object
componentInfo object[] required
ComponentName stringComponentId integerosType stringpackageName stringconsumeLic booleanpackageId integerclientInfo object
client object
evmgrcPort integercvdPort integerclientDetails object[]
clientEntity object
clientId integerclientName string requiredName of the client being installed
hostName string requiredHostname of the client
displayName stringinstallOSType integerInstall OS Type
discoveryType integercredential object
credentialId integercredentialName stringName of the credential to be used for client authentication
clientAuthForJob object
password stringsavedCredential object
credentialId integercredentialName stringupdateOption object
rebootClient booleanplan object
planId integerplanName stringName of the plan to be assiociated to the client
Responses
- 200
- 400
- 401
OK
Response Headers
- application/json
- Schema
- Example (from schema)
- Example
Schema
- taskId integer
- jobIds string[]
{
"taskId": 0,
"jobIds": [
"string"
]
}
{
"taskId": 72231,
"jobIds": [
"3594670"
]
}
Bad Request
- application/json
- Schema
- Example
Schema
- string
Request body is empty or format is invalid
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Access Denied",
"errorCode": 5
}
Loading...