Full backup of couchbase instance
This API is used to run a full backup of couchbase instance.
- application/json
Request Body
taskInfo object required
task object
taskType integerDefault value:
1
associations object[] required
Provide instance
clientName stringCouchbase instance name
instanceName stringCouchbase instance name
backupsetId integerDefault backupset ID
instanceId integerUse Get client Id to fetch
subclientId integerSubclient ID
clientId integerClient ID of the couchbase instance
appName stringDefault value:
Big Data Apps
Default
backupsetName stringBackupset name
applicationId integerDefault value:
64
Internal field
subclientName stringDefault or user defined subclient name
entityInfo object
companyId integercompanyName stringsubTasks object[] required
subTask object required
subTaskType integer requiredDefault value:
2
operationType integer requiredDefault value:
2
options object
backupOpts object
backupLevel string requiredPossible values: [
FULL
,INCREMENTAL
]Backup Level
dataOpt object
createNewIndex booleanDefault value:
true
commonOpts object
notifyUserOnJobCompletion booleanSend email on job completion
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- taskId integer
- jobIds string[]
{
"taskId": 0,
"jobIds": [
"string"
]
}
{
"taskId": 58,
"jobIds": [
"32"
]
}
Loading...