Restore Backup - Rest API Status Checking
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",
0