Start a Conversation

Unsolved

N

4 Posts

616

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

 

Moderator

 • 

7.5K Posts

April 29th, 2022 09:00

Hello NitinGupta0418,

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

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

 

  •  

May 2nd, 2022 16:00

Its 19.2

Moderator

 • 

9.2K Posts

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.

Moderator

 • 

7.5K Posts

May 2nd, 2022 16:00

Hello NitinGupta0418,

Which version of networker are you currently using?

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":""

}

Moderator

 • 

7.5K Posts

May 3rd, 2022 13:00

Hello NitinGupta0418,

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

No Events found!

Top