Add RAC instance
This operation adds an Oracle RAC Instance.
- application/json
Request Body
instanceProperties object
instance object
instanceId integerinstanceName stringName of the RACinstance
applicationId integer requiredAppid 80 for OracleRAC
clientName stringcommCellId integerplanEntity object
planId integeroracleRACInstance object
useCatalogConnect booleanSet to true if user has recovery catalog configured on instance
connectString object
userName stringOraclerac database username
password stringBase64 encrypted database user password
domainName stringOraclerac SID/ DB TNS entry
ctrlFileAutoBackupType stringblockSize integerracDBInstance object[]
instancePhysicalClient object
clientId integer requiredId of client on where Racinstance is present
clientName stringdisplayName stringhostName stringinstanceOracleSID stringuserAccount objectoracleHome string requiredOraclerac home path
connectString object
Set to true if user has recovery catalog configured on instance
userName stringRecovery catalog username
instance stringserviceName stringRecovery Catalog DB TNS Entry
password stringBase64 encoded Recovery catalog user password
racDBOperationType string
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 integerclientId integerinstanceName stringinstanceId integer_type_ integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": {
"warningCode": 0,
"errorCode": 0,
"warningMessage": "string",
"entity": {
"subclientId": 0,
"clientId": 0,
"instanceName": "string",
"instanceId": 0,
"_type_": 0
}
}
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": {
"warningCode": 0,
"errorCode": 0,
"warningMessage": "",
"entity": {
"subclientId": 0,
"clientId": 237,
"instanceName": "testrac",
"instanceId": 722,
"_type_": 0
}
}
}
Bad Request
Unauthorized
Loading...