Peer Sites API POST Method Request and Response Formats
The https://zvm_ip:port/v1/peersites POST API has both request and response bodies.
Request Body Format
The following is an example request XML body for https://zvm_ip:port/v1/peersites.
<ArrayOfPeerSiteApi xmlns="http://schemas.zerto.com/zvm/api"> <HostName>String content</HostName> <Port>9669</Port> </ArrayOfPeerSiteApi> |
Response Body Format
The following is an example response XML body for https://zvm_ip:port/v1/peersites.
<ArrayOfstring xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <string>String content</string> ... </ArrayOfstring |