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. |
{ "VmIdentifier": "String content" } |
Parameter | Description |
---|---|
VMIdentifier | The identifier of the virtual machine to add to the new VPG Settings object. |
https://zvm_ip:port/v1/vpgSettings/{VpgSettingsIdentifier}/commit |
{ "TaskIdentifier": "String content" } |
Parameter | Description |
---|---|
TaskIdentifier | The identifier of the task. |