I am working on automation which installs SQL iDataAgent on new clients and also creates AG (Availability Group) Instance.
I have found this API endpoint to push install the MSSQL iData Agent on the servers but I can’t find an example of creating AG Instance via API.
Best answer by Gseibak
@tonytony - if you don’t see the option then for 11.32 we can leverage XML for this - https://documentation.commvault.com/2023e/expert/mssql_availability_group_command_line_operations.html
the 3rd step in that procedure shows how to create using XML as input.
Hope that helps.