Zerto Cloud Manager APIs : ZORG APIs : Update a ZORG’s Permissions
  
Update a ZORG’s Permissions
Fill any of the parameters you want to update. Other parameters are optional.
Request
Response
 
method
url
PUT
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
 
Request
The following is an example request Json body.
 
[{
  "CreateOrRemoveProtectionGroup": false,
  "EnableCustomProfile": false,
  "Failover": false,
  "FailoverTest": false,
  "Move": false,
  "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.
 
Response
The response body is empty.
Back to List of APIs
Back to ZORG APIs
See also Starting and Ending a Session.