Commvault / cvpysdk

Developer SDK - Python
https://commvault.github.io/cvpysdk/
Apache License 2.0
54 stars 41 forks source link

Question with SQL Integraiton #92

Closed KezHalls closed 4 years ago

KezHalls commented 4 years ago

Hi I am trying to utilise your toolkit to perform SQL backups and restores. Currently I am trying to:

  1. loop through the list of objects to check if the server is part of the "Availability Replica Clients" list (ie: a HA client)

  2. if so then save the backup to a flat file location

My issues so far have been

Vairavaprakash commented 4 years ago

Hi KezHalls,

Your first query is not supported yet, please open a support ticket if this support is required

As a workaround, you can set property level as 20 to receive information about availability replica's as part of instance properties

https://github.com/CommvaultEngg/cvpysdk/blob/master/cvpysdk/services.py#L67

Can you please explain more about your second query?

spakhare commented 4 years ago

Please open a support ticket for adding this enhancement.