Zerto Cloud Manager APIs : ZORG APIs : Get Information About Permissions Settings of a ZORG
  
Get Information About Permissions Settings of a ZORG
Request
Response
 
method
url
GET
https://zcm_ip:port/v1/zorgs/{zorgidentifier}/permissions
 
Where:
 
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.
 
Request
The request body is empty.
Response
The following is an example response Json body.
 
[{
  "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.
 
Back to List of APIs
Back to ZORG APIs
See also Starting and Ending a Session.