Install PostgreSQL Database Server
Select
SaaS
Customer Managed
This operation is used to install a PostgreSQL Database Server
- application/json
Request Body
taskInfo object
associations object[]
commCellId integertask object
taskType integersubTasks object[] required
subTask object required
subTaskType integeroperationType integeroptions object
backupOpts object
backupLevel integercommonOpts object
notifyUserOnJobCompletion booleanjobMetadata object[]adminOpts object
clientInstallOption object required
installerOption object
User object
userId integeruserName stringCommServeHostName string requiredComm
installFlags object
allowMultipleInstances booleaninstall32Base booleandisableOSFirewall booleanaddToFirewallExclusion booleanforceReboot booleankillBrowserProcesses booleanignoreJobsRunning booleanstopOracleServices booleanskipClientsOfCS booleanrestoreOnlyAgents booleanoverrideClientInfo booleanfirewallInstall object
enableFirewallConfig booleanfirewallConnectionType integerportNumber integerclientComposition 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 requiredClient Name
hostName string requiredClient Hostname
displayName stringinstallOSType integerInstall OS type
discoveryType integercredential object
credentialId integercredentialName stringCredential name
clientAuthForJob object
password stringsavedCredential object
credentialId integercredentialName stringupdateOption object
rebootClient booleanplan object
planId integerplanName stringPlan Name
Responses
- 200
- 400
- 401
OK
Response Headers
- application/json
- Schema
- Example (from schema)
- Example
Schema
- taskId integer
- jobIds string[]
JobId of install job triggered
{
"taskId": 0,
"jobIds": [
"string"
]
}
{
"taskId": 2176,
"jobIds": [
"35886"
]
}
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...