ZertoPublic / ZertoApiWrapper

PowerShell wrapper for Zerto Virtual Manager API
GNU General Public License v3.0
15 stars 12 forks source link

Copy-ZertoVPG internal server error #116

Open jivonl opened 3 years ago

jivonl commented 3 years ago

PS C:\Users\Administrator> Copy-ZertoVpg -SourceVpgName xx -NewVpgName xy -VMs xy

Invoke-ZertoRestRequest : The remote server returned an error: (500) Internal Server Error. At C:\Program Files\WindowsPowerShell\Modules\ZertoApiWrapper\1.5.3\ZertoApiWrapper.psm1:6035 char:13

Expected Behavior

i have a second vm like the first one, only the vm is different. i was expecting a new vpg with one vm and the same settings

Current Behavior

nothing happening

Possible Solution

Steps to Reproduce (for bugs)

Connect-ZertoServer (working) get-zertovpg (working) Copy-ZertoVpg -SourceVpgName xx -NewVpgName xy -VMs xy4.

Your Environment