Skip to main content

Disable DR backup to Metallic cloud

Select

SaaS
Customer Managed

Disable disaster recovery backup to the metallic cloud

Request Body
  • properties object
  • uploadBackupMetadataToCloud boolean

    Set to false to disable the backup to metallic cloud

  • DRNumFulls integer

    Total number of backups

  • cloudCredentials object
  • userName string
Responses

OK

POST /commcell/drbackup/options    

Authorization

type: apiKeyname: Authtokenin: header

Request

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

{
"properties": {
"uploadBackupMetadataToCloud": true,
"DRNumFulls": 0,
"cloudCredentials": {
"userName": "string"
}
}
}
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Commcell/DRBackup/Options' \
-H 'Content-Type: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"properties": {
"uploadBackupMetadataToCloud": true,
"DRNumFulls": 0,
"cloudCredentials": {
"userName": "string"
}
}
}'