AWS Redshift restore cluster
Select
SaaS
Customer Managed
Performs restore operation for the specified subclient (cluster group)
- application/json
Request Body
taskInfo object
associations object[]
clientName string requiredName of cloud account
instanceName stringdisplayName stringbackupsetId integer_type_ stringcommCellName stringinstanceId integercsGUID stringsubclientGUID stringsubclientId integer requiredID of the cluster group
clientId integerappName stringbackupsetName stringDefault value:
defaultBackupSet
applicationId integersubclientName stringentityInfo object
companyId integercompanyName stringmultiCommcellId integercloudInstanceType stringDefault value:
AMAZON_REDSHIFT
entityName stringtask object
taskType integerinitiatedFrom integersubTasks object[]
subTask object
subTaskType integeroperationType integeroptions object
restoreOptions object
browseOption object
commCellId integertimeRange object
fromTime integerTimestamp from which to look for cluster snapshots
toTime integerdestination object
destClient object
clientId integerclientName stringdestinationInstance object
Details about where to restore the snapshot
clientName stringinstanceName stringdisplayName stringbackupsetId integer_type_ stringcommCellName stringinstanceId integersubclientId integerclientId integerappName stringbackupsetName stringapplicationId integersubclientName stringentityInfo object
companyId integercompanyName stringmultiCommcellId integercloudInstanceType stringentityName stringoracleOpt objectfileOption object required
Cluster to be restored
sourceItem string[]commonOptions objectjobIds object[]cloudAppsRestoreOptions object
instanceType integerredshiftRestoreOption object
availabilityZone stringpublicallyAccessible booleantargetSubnetGroup stringallowVersionUpgrade booleanrestoreSnapshotId stringcommonOpts object
notifyUserOnJobCompletion booleanprePostOpts object
preRecoveryCommand stringpostRecoveryCommand stringrunPostWhenFail boolean
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- taskId integer
- jobIds string[]
{
"taskId": 0,
"jobIds": [
"string"
]
}
{
"taskId": 0,
"jobIds": [
"string"
]
}
Loading...