Peer Sites API DELETE Method Request and Response Formats
The following is an example request XML body for https://zvm_ip:port/v1/peersites/{SiteIdentifier}.
<ArrayOfPeerSiteApi xmlns="http://schemas.zerto.com/zvm/api"> <IsKeepTargetDisks>Boolean</IsKeepTargetDisks> </ArrayOfPeerSiteApi> |
Response Body Format
The following is an example response XML body for https://zvm_ip:port/v1/peersites/{SiteIdentifier}.
<ArrayOfstring xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <string>String content</string> ... </ArrayOfstring |
Resources Report API XML Response Formats