Modify RAC instance properties
Select
This operation is used to modify RAC instance using instanceId
Path Parameters
- instanceid string required
- application/json
Request Body
instanceProperties object
instance object
instanceId integer requiredInstanceId of the oracleRAC instance to be modified
applicationId integer80 for OracleRAC
clientId integer requiredClientId of pseudoclient on which instance is present
oracleRACInstance object
racDBOperationType stringracDBInstance object[]
instancePhysicalClient object
clientGUID stringclientId integer requiredClientId of RACPhysicalclient on which instance is present
clientName stringdisplayName stringhostName stringinstanceOracleSID stringuserAccount object
userName stringOracle Account username
oracleHome stringPath of oracleHome
racDBConnectCredInfo object
Credential information for RAC instance connection, required when not using OS authentication
credentialId integerCredentialId of the credential created for RAC instance connection. Must be of type 'Oracle'
racOSUserCredInfo object
Only for Windows clients. Used for impersonation
credentialId integerCredential ID of type 'Windows Account'
connectString object
Connection details for RAC instance, set '/' for OS authentication , else use racDBConnectCredInfo
userName stringOracleRAC Database username
instance stringserviceName stringServicename of RAC instance. Required when wallet authentication is enabled at instance level
password stringDeprecated, use racDBConnectCredInfo when not using OS authentication
association object
entity object[]
displayName stringclientId integerinstanceGUID stringentityInfo object
companyId integercompanyName stringmultiCommcellId integerinstanceName stringappName stringapplicationId integerclientName stringinstanceId string
- 200
- 400
- 401
- 404
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": 0,
"instanceName": "",
"instanceId": 0,
"_type_": 0
}
}
]
}
Bad Request
Unauthorized
Not Found