method | url |
GET | https://zcm_ip:port/v1/zorgs/{zorgidentifier}/credentials |
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. |
[{ "Password": null "PasswordExists": true "Username": TenantB }] |
Parameter | type | Description |
Password | String | For security reasons a null value is returned, whether a password exists or not. |
PasswordExists | Boolean | A Boolean value, (Boolean/Boolean) indicating that a user password for the ZORG exists. |
Username | String | The user’s login name. |