Service Profiles API XML Response Formats
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>P428DT10H30M12.3S</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>P428DT10H30M12.3S</Rpo>
<ServiceProfileIdentifier>String content</ServiceProfileIdentifier>
<ServiceProfileName>String content</ServiceProfileName>
<TestInterval>P428DT10H30M12.3S</TestInterval>
</ServiceProfileApi>
...
</ArrayOfServiceProfileApi>