Add Instance
This operation adds an Instance.
- application/json
Request Body
instanceProperties object
instance object
instanceId integerinstanceName stringapplicationId integerappName stringclientId integerclientName stringcommCellId integeroracleInstance object
oracleUser object
userName stringoracleHome stringsqlConnect object
userName stringpassword stringdomainName stringconfirmPassword stringuseCatalogConnect booleanTNSAdminPath stringblockSize integeroracleStorageDevice object
commandLineStoragePolicy object
logBackupStoragePolicy object
crossCheckTimeout integerplanEntity object
planId integer
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object
warningCode integererrorCode integerwarningMessage stringentity object
instanceId integerclientId integerinstanceName string_type_ integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": {
"warningCode": 0,
"errorCode": 0,
"warningMessage": "string",
"entity": {
"instanceId": 0,
"clientId": 0,
"instanceName": "string",
"_type_": 0
}
}
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": {
"warningCode": 0,
"errorCode": 0,
"warningMessage": "",
"entity": {
"instanceId": 10,
"clientId": 11,
"instanceName": "aurora/aurorapg13[us-east-1]",
"_type_": 0
}
}
}
Loading...