Update the YugabyteDB instance properties
Select
SaaS
Customer Managed
This operation is used to update the YugabyteDB Instance properties
Path Parameters
- instanceId integer required
Id of the YugabyteDB instance to be updates
- application/json
Request Body required
Request Body
instanceProperties object
excludeFromSLA booleaninstance object
instanceId integer requiredYugabyteDB instance id
clientId integer requiredYugabyteDB instance client id
applicationId integer requiredDefault value:
64
distributedClusterInstance object
clusterType integeropType integerinstance object
instanceName stringYugabyteDB instance name
instanceId integerclusterConfig object
yugabytedbConfig object
dbHost stringIP or hostname of yugabytedb anywhere host
customerConfig object
name stringYugabytedb customer config name
uuid stringYugabytedb customer config uuid
universe object
name stringYugabytedb universe name
uuid stringYugabytedb universe uuid
customer object
name stringYugabytedb customer name
uuid stringYugabytedb customer uuid
config object
staging object
stagingType integerserviceHost stringcloudURL stringrecordType integerinstanceType integerstagingPath stringstagingCredentials object
credentialId integercredentialName stringrecordType integerdescription stringselected booleandataAccessNodes object
dataAccessNodes object[]
hostName stringclientId integerclientName stringdisplayName string
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example1
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
- application/json
- application/xml
- Schema
- Example
Schema
- string
Request body is empty or format is invalid
- Schema
- Example (from schema)
Schema
- object
<root/>
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Access Denied",
"errorCode": 5
}
Loading...