Backups and Restorations REST Endpoints

Backups and Restorations
Manage backup and restore operations on your Oracle Data Hub Cloud Service instances, including updating the backup configuration, and disabling or enabling the backup service for a service instance.
Delete a Backup
Method: post
Path: /paas/api/v1.1/instancemgmt/{identityDomainId}/services/DHCS/instances/{serviceId}/deletedbackups
Initiate an On-demand Backup
Method: post
Path: /paas/api/v1.1/instancemgmt/{identityDomainId}/services/DHCS/instances/{serviceId}/backups
Restore a Service Instance
Method: post
Path: /paas/api/v1.1/instancemgmt/{identityDomainId}/services/DHCS/instances/{serviceId}/restoredbackups
Update the Backup Configuration
Method: post
Path: /paas/api/v1.1/instancemgmt/{identityDomainId}/services/DHCS/instances/{serviceId}/backupconfig
View a Backup
Method: get
Path: /paas/api/v1.1/instancemgmt/{identityDomainId}/services/DHCS/instances/{serviceId}/backups/{backupId}
View All Backups
Method: get
Path: /paas/api/v1.1/instancemgmt/{identityDomainId}/services/DHCS/instances/{serviceId}/backups
View All Restoration Operations
Method: get
Path: /paas/api/v1.1/instancemgmt/{identityDomainId}/services/DHCS/instances/{serviceId}/restoredbackups
View the Backup Configuration
Method: get
Path: /paas/api/v1.1/instancemgmt/{identityDomainId}/services/DHCS/instances/{serviceId}/backupconfig
View the Status of a Restoration Operation
Method: get
Path: /paas/api/v1.1/instancemgmt/{identityDomainId}/services/DHCS/instances/{serviceId}/restoredbackups/{jobId}