method | url |
GET | https://zvm_ip:port/v1/virtualizationsites/{siteIdentifier}/orgvdcs |
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. |
siteIdentifier | The identifier of the site on which the Org vDC resides. |
[{ "Identifier": "String content", "OrgVdcName": "String content" }] |
Parameter | Description |
Identifier | The internal identifier of the Org vDC. |
OrgVdcName | The Org vDC name. |
method | url |
GET | https://zvm_ip:port/v1/virtualizationsites/{siteIdentifier}/orgvdcs/{orgvdcidentifier}/networks |
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. |
siteIdentifier | The identifier of the site on which the Org vDC resides. |
orgvdcidentifier | The identifier of an Org vDC, |
[{ "NetworkIdentifier": "String content" "VirtualizationNetworkName": "String content", }] |
Parameter | Description |
NetworkIdentifier | The internal identification of the Org vDC network. |
VirtualizationNetworkName | The orgVDC network name. |
method | url |
GET | https://zvm_ip:port/v1/virtualizationsites/{siteIdentifier}/orgvdcs/{orgvdcidentifier}/storageprofiles |
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. |
siteIdentifier | The identifier of the site on which the Org vDC resides. |
orgvdcidentifier | The identifier of an Org vDC, |
[{ "IsEnabled": Boolean "StoragePolicyIdentifier": "String content", "StoragePolicyName": "String content", }] |
Parameter | Description |
Is Enabled | True: The storage policy is enabled in vCD. False: The storage policy is disabled in vCD |
StoragePolicyIdentifier | The identifier of the storage policy. |
StoragePolicyName | The name of the storage policy. |
method | url |
GET | https://zvm_ip:port/v1/virtualizationsites/{siteIdentifier}/vcdvapps |
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. |
siteIdentifier | The identifier of the site on which the Org vDC resides. |
[{ "VCDName": "String content", "VCDVappIdentifier": "String content" }] |
Parameter | Description |
VCDName | The vCD vApp name that is not protected by Zerto. |
VCDVappIdentifier | The internal identifier of the vCD vApp that is not protected by Zerto. |