Zerto Cloud Manager APIs : Sites APIs : List Cloud Static Route
  
List Cloud Static Route
Request
Response
 
method
url
GET
https://zcm_ip:port/v1/sites/{siteIdentifier}/cloudstaticroutegroups
 
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.
 
[{
  "CloudStaticRouteGroupIdentifier": "String content",
  "CloudStaticRouteGroupName": "String content"
}]
 
rESPONSe
Type
Description
CloudStaticRouteGroupIdentifier
String
Cloud Static Group name.
CloudStaticRouteGroupName
String
Internal identifier for the Cloud Static Route Group.
 
Back to Sites APIs
Back to List of APIs
See also Starting and Ending a Session.