Zerto Cloud Manager APIs : Sites APIs : List a Site’s Hosts
  
List a Site’s Hosts
Request
Response
 
method
url
GET
https://zcm_ip:port/v1/sites/{siteidentifier}/hosts/{hostidentifier}
 
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.
siteidentifier
Internal identifier for the cloud site.
 
Request
The request body is empty.
Response
The following is an example json response body.
 
[{
  "HostIdentifier": "host-10.96583a9b-750c-4357-a7a4-c43dcd365375",
  "HostName": "[Cluster]172.20.999.99"
}]
 
rESPONSe
type
Description
HostIdentifier
string content
Internal identifier for the Host.
HostName
string content
Host name.
 
Back to Sites APIs.
Back to List of APIs.
See also Starting and Ending a Session.