Service Profiles API XML Response Formats
Important: This document is being phased out and does not contain up-to-date information. For updated API documentation for Zerto versions 9.5 and later, see ZVM REST API - Swagger.
You can also access Swagger from the ZVM: click the menu button () on the top right and select APIs or navigate to https://<ZVM IP>:9669/swagger/index.html in a Windows ZVM or https://<ZVM IP>/management/api/swagger/index.html in ZVM Appliance.
The following is an example response XML body for https://zvm_ip:port/v1/serviceprofiles and, without the array statement, for https://zvm_ip:port/v1/serviceprofiles/{siteIdentifier}.
<ArrayOfServiceProfileApi xmlns="http://schemas.zerto.com/zvm/api">
<ServiceProfileApi>
<Description>String content</Description>
<History>428.10:30:12.3000000</History>
<JournalWarningThresholdInPercent>4294967295</JournalWarningThresholdInPercent>
<Link>
<href>String content</href>
<identifier>String content</identifier>
<rel>String content</rel>
<type>String content</type>
</Link>
<MaxJournalSizeInPercent>4294967295</MaxJournalSizeInPercent>
<Rpo>428.10:30:12.3000000</Rpo>
<ServiceProfileIdentifier>String content</ServiceProfileIdentifier>
<ServiceProfileName>String content</ServiceProfileName>
<TestInterval>428.10:30:12.3000000</TestInterval>
</ServiceProfileApi>
...
</ArrayOfServiceProfileApi>