Get Information About a ZORG’s Credentials
METHOD | URL |
---|---|
GET |
https://zcm_ip:port/v1/zorgs/{zorgidentifier}/credentials |
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 request body is empty.
Response
The following is an example response Json body.
[{
"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. |
Back to List of APIs
Back to ZORG APIs
See also Starting and Ending a Session