Hello,
I am currently working on a dedicated workflow to split the content of multiple subclients to have subclients with the same size.
To do that, I would like to perform a “Browse & Restore” on the backup set using API call to retrieve all the volume size and perform my distribution.
I’ve tried to find something like GET /Subclient/{{id}}/Browse?path=%5C call for backup sets but I found nothing.
I tried to perform a GET /Subclient/{{id}}/Browse?path=%5C but the returned status code is 400.
Maybe you will be able to give me a workaround or inform me about hidden API calls?
Thank you in advance for your answers.