XML Request and Response Formats : Local Site API XML Response Format
  
Local Site API XML Response Format
The following is an example response XML body for https://zvm_ip:port/v1/localsite.
<LocalSiteApi xmlns="http://schemas.zerto.com/zvm/api">
  <ContactEmail>String content</ContactEmail>
  <ContactName>String content</ContactName>
  <ContactPhone>String content</ContactPhone>
  <IsReplicationToSelfEnabled>boolean</IsReplicationToSelfEnabled>
  <Link>
    <href>String content</href>
    <identifier>String content</identifier>
    <rel>String content</rel>
    <type>String content</type>
  </Link>
  <Location>String content</Location>
  <SiteIdentifier>String content</SiteIdentifier>
  <SiteName>String content</SiteName>
  <UtcOffsetInMinutes>2147483647</UtcOffsetInMinutes>
  <Version>String content</Version>
</LocalSiteApi>
The following is an example response XML body for https://zvm_ip:port/v1/localsite/pairingstatuses.
<ArrayOfstring xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <string>String content</string>
  ...
</ArrayOfstring