Update the Backup Configuration

post

/paas/api/v1.1/instancemgmt/{identityDomainId}/services/DHCS/instances/{serviceId}/backupconfig

Updates the backup configuration for an Oracle Data Hub Cloud Service instance.

To disable a scheduled full or incremental backup, set the fullBackupSchedule or incrementalBackupSchedule value, respectively, to null. For example: {"fullBackupSchedule": null}.

To disable and reenable the backup service for a service instance, use the backups parameter. When disabled, both on-demand and scheduled automated backups cannot be performed.

For complete information about scheduled automated backups, contents of backups, and where backups are stored, see About Backing Up and Restoring Databases in Administering Oracle Data Hub Cloud Service.

Request

Supported Media Types
Path Parameters
Body ()
The request body defines the details of the backup configuration update request. Specify only those attributes that you want to update.

The request body defines the details of the backup configuration update request. There are no required attributes, but you must specify the backups parameter to disable or reenable the backup service for the specified service instance.

Root Schema : Request Body
Type: object
Title: Request Body
Show Source

Response

Supported Media Types

202 Response

Accepted
Body ()
Root Schema : accepted-response
Type: object
Show Source
  • Job ID of the operation.
  • System message that describes the operation. For example: Submitted job to create service [{serviceName}] in domain [{identityDomainId}].