Create a ZORG
METHOD | URL |
---|---|
POST | https://zcm_ip:port/v1/zorgs |
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. |
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 to use to identify the organization in a CRM. |
PreseedFolderName |
String |
Preseed folder name. |
Response
The following is an example response Json body.
{
"ZorgIdentifier": "7d4865b2-13cc-4ccb-8180-d1bd928faa54"
}
PARAMETER | TYPE | DESCRIPTION |
---|---|---|
ZorgIdentifier | String | The internal identifier of the ZORG. |
Back to List of APIs
Back to ZORG APIs
See also Starting and Ending a Session