XML Request and Response Formats : Alerts API XML Response Format
  
Alerts API XML Response Format
The following is an example response XML body for https://zvm_ip:port/v1/alerts and, without the array statement, for https://zvm_ip:port/v1/alerts/{alertId}.
<ArrayOfAlertApi xmlns="http://schemas.zerto.com/zvm/api">
  <AlertApi>
    <AffectedVpgs>
      <ResourceLink>
        <href>String content</href>
        <identifier>String content</identifier>
        <rel>String content</rel>
        <type>String content</type>
      </ResourceLink>
      ...
    </AffectedVpgs>
    <AffectedZorgs>
      <ResourceLink>
        <href>String content</href>
        <identifier>String content</identifier>
        <rel>String content</rel>
        <type>String content</type>
      </ResourceLink>
      ...
    </AffectedZorgs>
    <Description>String content</Description>
    <Entity>String content</Entity>
    <HelpIdentifier>String content</HelpIdentifier>
    <IsDismissed>true</IsDismissed>
    <Level>String content</Level>
    <Link>
      <href>String content</href>
      <identifier>String content</identifier>
      <rel>String content</rel>
      <type>String content</type>
    </Link>
    <Site>
      <href>String content</href>
      <identifier>String content</identifier>
      <rel>String content</rel>
      <type>String content</type>
    </Site>
    <TurnedOn>1999-05-31T11:20:00</TurnedOn>
  </AlertApi>
  ...
</ArrayOfAlertApi>
The following is an example response XML body for https://zvm_ip:port/v1/alerts/entities, https://zvm_ip:port/v1/alerts/helpidentifiers, and https://zvm_ip:port/v1/alerts/levels.
<ArrayOfstring xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <string>String content</string>
  ...
</ArrayOfstring>