XML Request and Response Formats : ZORG API XML Response Format
  
ZORG API XML Response Format
The following is an example response XML body for https://zvm_ip:port/v1/zorgs and, without the array statement, for https://zvm_ip:port/v1/zorgs/{zorgIdentifier}.
<ArrayOfZorgApi xmlns="http://schemas.zerto.com/zvm/api">
  <ZorgApi>
    <Link>
      <href>String content</href>
      <identifier>String content</identifier>
      <rel>String content</rel>
      <type>String content</type>
    </Link>
    <ZorgIdentifier>String content</ZorgIdentifier>
    <ZorgName>String content</ZorgName>
  </ZorgApi>
...
</ArrayOfZorgApi>