Update a ZORG
| METHOD | URL |
|---|---|
| PUT | https://zcm_ip:port/v1/zorgs/{zorgidentifier} |
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.
[{
"Name": "Guy"
"CrmIdentifier": "221"
"PreseedFolderName": "zerto-preseed-guy"
}]
| PARAMETER | TYPE | DESCRIPTION |
|---|---|---|
| Name | String | ZORG name. |
| CrmIdentifier | String | An identifier used to identify the organization in a CRM. |
| PreseedFolderName | String | Preseed folder name. |
Response
The response body is empty.
Back to List of APIs
Back to ZORG APIs
See also Starting and Ending a Session