Start a Session

METHOD URL
POST https://zcm_ip:port/v1/session/add

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.

Authorization: Username / Password

Request

The following is an example request JSON body.

{
  "AuthenticationMethod": 0
}

PARAMETER DESCRIPTION

AuthenticationMethod

The authentication to use for the APIs. Possible values are (JSON/XML):

Windows: Authentication requires the username and password to access the machine where the Zerto Cloud Manager is installed and where the APIs will run. Windows authentication is the default if AuthenticationMethod is not set.

VirtualizationManager: Authentication requires the username and password to access the VMware vCenter Server or Microsoft SCVMM accessed by the Zerto Cloud Manager where the APIs will run.

Response

The response body is empty.

Back to Sites APIs

Back to List of APIs