method | url |
---|---|
POST | https://zvm_ip:port/v1/vpgSettings/copyVpgSettings |
zvm_ip | The IP address of the Zerto Virtual Manager where the API is run. |
port | The port to access the Zerto Virtual Manager. The default port is 9669. |
{ "VpgIdentifier":"String content" } |
Parameter | Description |
---|---|
VpgIdentifier | The identifier of the existing VPG with the settings to copy. |
"VpgIdentifier":"String content" |
Parameter | Description |
---|---|
VpgIdentifier | The identifier of the copied VPG. |
method | url |
---|---|
GET | https://zvm_ip:port/v1/vpgSettings/{VpgSettingsIdentifier} |
method | url |
---|---|
PUT | https://zvm_ip:port/v1/vpgSettings/{VpgSettingsIdentifier}/vms |
zvm_ip | The IP address of the Zerto Virtual Manager where the API is run. |
port | The port to access the Zerto Virtual Manager. The default port is 9669. |
{ "Protected":{ "VCD":{ "VCDVappIdentifier":"String content" } }, "Vms":[ { "VmIdentifier":"String content", "Recovery":{ "VCD":{ "StoragePolicyIdentifier":"String content" } } } ] |
Parameter | Description |
---|---|
Protected | |
vCD | |
vCDVappIdentifier | The internal identifier of the vCD vApp. |
Vms | |
VMIdentifier | The identifier of the virtual machine to add to the copied VPG. |
Recovery | |
vCD | |
StoragePolicyIdentifier | The identifier of the storage policy. |
https://zvm_ip:port/v1/vpgSettings/{VpgSettingsIdentifier}/commit |
{ "TaskIdentifier": "String content" } |
Parameter | Description |
---|---|
TaskIdentifier | The identifier of the task. |