Zerto Virtual Replication APIs : /v1/ API
  
/v1/ API
/v1/ returns the list of all Zerto Virtual Replication RESTful v1 APIs except for the Zerto Virtual Replication ResourcesReport RESTful API, under /ZvmService.
URI
/v1/ APIs
https://zvm_ip:port/v1/
Where:
zvm_ip
The IP address of the Zerto Virtual Manager where the API is run.
port
The port to access the Zerto Virtual Manager. The default port is 9669.
HTTP Method
GET
Security
The API is exposed over HTTPS. This API does not require logging in with authentication to run the API.
See Also
The Zerto Virtual Replication Resources Report Resources Report API
Format
Json, XML
Request Format
The request body is empty.
Json Response Format
The following is an example response Json body for https://zvm_ip:port/v1/.
[{
  "href":"String content",
  "rel":"String content",
  "type":"String content"
}]
XML Response Format
For the XML response format, see / API XML Response Format.
Response Values
Response values for https://zvm_ip:port/v1/.
Parameter
Description
href
The URL used.
rel
The next path level for the API relative to the current path.
type
The API interface service.