Skip to main content

Disaster Recovery Backup

Select

SaaS
Customer Managed

This operation runs a disaster recovery backup job.

More Details

Request Body
  • isCompressionEnabled boolean
  • jobType integer
  • backupType integer
Responses

OK

POST /commserve/drbackup    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
Body

{
"isCompressionEnabled": true,
"jobType": 0,
"backupType": 0
}
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Commserve/DRBackup' \
-H 'Content-Type: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"isCompressionEnabled": true,
"jobType": 0,
"backupType": 0
}'