Modify Redshift Instance
Select
SaaS
Customer Managed
This operation modifies the instance properties using Instance ID.
Path Parameters
- instanceId string required
- application/json
Request Body
instanceProperties object
instance object
instanceId integer requiredapplicationId integerclientId integerplanEntity object
planName stringName of s
cloudAppsInstance object
instanceType stringDefault value:
AMAZON_REDSHIFT
generalCloudProperties object
credentials object
credentialId integercredentialName stringName of AWS credentials attached to the cloud account
amazonInstanceInfo object
useIamRole booleancredentialType integerassociation object
entity object[]
clientName string requiredName of cloud account
instanceName stringdisplayName stringinstanceId integerclientId integerappName stringapplicationId integerentityInfo object
companyId integercompanyName stringmultiCommcellId integer
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
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
}
}
]
}
Loading...