Create Instance
This API creates a new AWS Redsift instance
This operation creates a default subclient. To specify the clusters to be added, update the subclient (cluster group) to specify the clusters and regions to be backed up.
- application/json
Request Body
Post the necessary fields for the API to create a new Instance.
instanceProperties object
instance object
instanceName string requiredName of the instance
applicationId integerclientId integerclientName string requiredName of the cloud account
cloudAppsInstance object
instanceType string requiredThis should be set to "AMAZON_REDSHIFT"
planEntity object
planId integerThe ID that corresponds to your storage plan
useResourcePoolInfo boolean
Responses
- 200
- 400
OK
- application/json
- multipart/form-data
- Schema
- Example (from schema)
- Creation of New Instance
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": 16191,
"clientId": 1242,
"instanceName": "Redshift_Sd",
"instanceId": 5525,
"_type_": 0
}
}
}
- Schema
- Example (from schema)
- Example 1
- Example 2
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": "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": 16191,
"clientId": 1242,
"instanceName": "Redshift_Sd",
"instanceId": 5525,
"_type_": 0
}
}
}
Missing Required Information
Loading...