AWS Redshift cluster backup
This operation starts a backup job of the redshift cluster
- application/json
Request Body
taskInfo object
associations object[]
clientName string requiredName of the cloud account
instanceName string requiredName of instance
displayName stringName of the cloud account
backupsetId integer_type_ integercommCellName stringinstanceId integercsGUID stringsubclientGUID stringsubclientId integer requiredID of the cluster group
clientId integerappName stringbackupsetName stringDefault value:
defaultBackupSet
applicationId integersubclientName stringentityInfo object
companyId integercompanyName stringmultiCommcellId integertask object
taskType integersubTasks object[]
subTask object
subTaskType integeroperationType integeroptions object
backupOpts object
backupLevel string requiredDefault value:
FULL
commonOpts object
notifyUserOnJobCompletion booleanadminOpts object
clientInstallOption object
installerOption object
User object
userId integeruserName string
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...