XML Request and Response Formats
:
/ API XML Response Format
/ API XML Response Format
The following is an example response XML body for
https://
zvm_ip
:
port
/v1/
.
<ArrayOfLink_String xmlns="http://schemas.zerto.com/zvm/api">
<Link_String>
<href>String content</href>
<rel>String content</rel>
<type>String content</type>
</Link_String>
...
</ArrayOfLink_String>