UNSOLVED

NitinGupta0418

updated

4 years ago

0

731

April 28th, 2022 16:00

Recover DB backup using api

Dear Users,

 

I have a use case to recover backups using rest API to client server. Can you please help us in finding the information? Thanks.

 

Regards,

Nitin Gupta

 

  • DELL-Sam L

    Community Manager

    8061 Posts

    34395 Points

    569

    0

    Posted April 29th, 2022 09:00

    Hello NitinGupta0418,

    Which RecoverPoint version do you have?  Did you setup Disaster Recovery for Protect Point backup?

  • DELL-Sam L

    Community Manager

    8061 Posts

    34395 Points

    500

    0

    Posted May 2nd, 2022 16:00

    Hello NitinGupta0418,

    Which version of networker are you currently using?

  • DELL-Sam L

    Community Manager

    8061 Posts

    34395 Points

    432

    0

    Posted May 3rd, 2022 13:00

    Hello NitinGupta0418,

    I am not seeing any other calls than what is listed in the rest api guide.

  • 540

    0

    Posted April 30th, 2022 05:00

    Hi Sam,

    Recently started exploring API capabilities of EMC networker. My use case is to recover DB back-ups stored on EMC networker for project requirements so that same backup can be moved to test environments. I am able to recover using API now but have a roadblock in getting the values to initiate the recovery. If I need to search the backup file name I have to supply the exact name. Filter for the saveset is also not working for clients/indexes option. On top of it get call extracts just 100 records. Not sure how to get all records in single call or top few records by saveset date.

    Regards,

    Nitin

     

    •  
  • 499

    0

    Posted May 2nd, 2022 16:00

    Its 19.2

  • DELL-Josh Cr

    Community Manager

    9699 Posts

    43744 Points

    477

    0

    Posted May 2nd, 2022 16:00

    Hi,

    Thanks for letting us know which version you are using. Which commands are you using? Page 118 https://dell.to/3kzf7Af GET/recovers

    Let us know if you have any additional questions.

  • 474

    0

    Posted May 2nd, 2022 17:00

    To recover, yea I am using POST method with /recovers. My concern is with mainly with GET /clients/ /indexes. It doesn't allow me to filter based on date range and file name with wild card. I need these details to provide parameters for the body of POST /recovers.

    {

    "destinationClientResID":""

    "recoveryType":""

    "recoveryDestination":""

    "timeStampBasedGranularRecover": {

    "sourceClientResID":""

    "timeStamp":""

    }

    "itemsToRecover":""

    }