method | url |
GET | https://zcm_ip:port/v1/zorgs/{zorgidentifier}/permissions |
zcm_ip | The IP address of the Zerto Cloud Manager where the API is run. |
port | The port to access the Zerto Cloud Manager. The default port is 9989. |
zorgidentifier | The identifier of the ZORG to be deleted. |
[{ "CreateOrRemoveProtectionGroup": true, "EnableCustomProfile": true, "Failover": true, "FailoverTest": true, "Move": true, "VcdVappMaintenanceMode": false }] |
PARAMETER | Type | DESCRIPTION |
CreateOrRemoveProtectionGroup | Boolean | Indicates if ZORG has permission to create or remove a VPG. |
EnableCustomProfile | Boolean | Indicates if ZORG has permission to use the custom service profile. |
Failover | Boolean | Indicates if ZORG has permission to perform failover. |
FailoverTest | Boolean | Indicates if ZORG has permission to perform failover test. |
Move | Boolean | Indicates if ZORG has permission to perform move operation on VPG. |
VcdVappMaintenanceMode | Boolean | Indicates if ZORG has permission to block vApp operations during VPG test. |