You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Restore Backup - Rest API Status Checking

Accepted answer
22
Views
3
Comments

Hi,

Has anyone here used the Restore Backup functionality via Rest API?

We have successfully been able to use it via groovy business rule in one of our planning apps, but we are having trouble getting to the job id so we can monitor the status. The response body looks as follows:

{
    "links": [
        {
            "rel": "self",
            "href": "http://<SERVICE_NAME>-<TENANT_NAME>.<SERVICE_TYPE>.<dcX>.oraclecloud.com/interop/rest/v2/backups/restore",
            "data": null,
            "action": "POST"
        },
        {
            "rel": "Job Status",
    

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!