Zerto Cloud Manager APIs : Sites APIs : List Networks Used for Live and Test Failovers
  
List Networks Used for Live and Test Failovers
Request
Response
 
method
url
GET
https://zcm_ip:port/v1/sites/{siteidentifier}/hosts/{hostidentifier}/networks
 
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.
hostidenitifier
The internal identifier of the host.
 
Request
The request body is empty.
Response
The following is an example response Json body.
 
[{
  "NetworkIdentifier": "network-49.Network.96583a9b-750c-4357-a7a4-c43dcd365375",
  "NetworkName": "Site_184_FOT"
}]
 
rESPONSe
type
Description
NetworkIdentifier
String
Internal identifier for the network.
NetworkName
String
Network name.
 
Back to Sites APIs
Back to List of APIs
See also Starting and Ending a Session.