Zerto Virtual Replication APIs : Peer Sites API
  
Peer Sites API
/v1/peersites returns a list of all peer sites of the site processing the API and pairs the site processing the API with another site. The following API are available:
https://zvm_ip:port/v1/peersites - GET Method
“https://zvm_ip:port/v1/peersites/pair - POST Method”, on page 65
Purpose
Method
URI
List of peer sites
GET
https://zvm_ip:port/v1/peersites
A single peer site
GET
https://zvm_ip:port/v1/peersites/{siteIdentifier}
The status of peer sites
GET
https://zvm_ip:port/v1/peersites/pairingstatuses
Pair to another sites
POST
https://zvm_ip:port/v1/peersites/pair
Unpair a site
DELETE
https://zvm_ip:port/v1/peersites/{SiteIdentifier}