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:
Peersites - GET
Peersites - POST
Purpose
Method
URL
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}