Start a Conversation

Solved!

Go to Solution

629

August 3rd, 2022 19:00

APIs to Programmatically Trigger a Backup

Hello all,

I have a requirement where a customer can enter a server name on a web page, and I need to write a code that will trigger an Adhoc backup for the client in the Avamar (preferably using Rest API). Can anyone point me to the correct Rest API and/or commands and a direction of how to achieve this?

August 7th, 2022 08:00

Use below API

Https://Avamarserver/v1/clients/{cid}/backup

Start an on-demand backup
For information about all API options and to test those APIs use below link.
 
https://AvamarservernameorIP/api/swagger-ui.html#/
 
No Events found!

Top