Modify instance
This operation modifies the instance properties using Instance ID.
Path Parameters
- instanceId integer required
Id of the instance
- application/json
Request Body
instanceProperties object
instance object required
instanceName stringName of the Instance to be modified
applicationId integerDefault value:
104
clientName stringName of the cloud account
commCellId integerDefault value:
2
planEntity object required
planName stringmySqlInstance object required
SAUser object
userName string requiredDatabase username
password stringDatabase password in base 64 encoded format
confirmPassword stringDatabase password in base 64 encoded format
port string requiredIt must be specified in hostname:port format
sslEnabled booleansslCa stringPath to SSL CA File on A
EnableAutoDiscovery booleanDefault value:
true
useADAuthentication booleanDefault value:
false
Responses
- 200
- 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
}
}
]
}
Not Found
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Unknown Instance information. Please provide valid instance id to complete the operation.",
"errorCode": 587206385
}
Loading...