XML Request and Response Formats : Tasks API XML Response Format
  
Tasks API XML Response Format
The following is an example response XML body for https://zvm_ip:port/v1/tasks and, without the array statement, for https://zvm_ip:port/v1/tasks/{taskIdentifier}.
<ArrayOfTaskApi xmlns="http://schemas.zerto.com/zvm/api">
  <TaskApi>
    <CompleteReason>String content</CompleteReason>
    <Completed>1999-05-31T11:20:00</Completed>
    <InitiatedBy>String content</InitiatedBy>
    <IsCancellable>true</IsCancellable>
    <Link>
      <href>String content</href>
      <identifier>String content</identifier>
      <rel>String content</rel>
      <type>String content</type>
    </Link>
    <RelatedEntities>
      <Hosts>
        <ResourceLink>
          <href>String content</href>
          <identifier>String content</identifier>
          <rel>String content</rel>
          <type>String content</type>
        </ResourceLink>
        ...
      </Hosts>
      <Sites>
        <ResourceLink>
          <href>String content</href>
          <identifier>String content</identifier>
          <rel>String content</rel>
          <type>String content</type>
        </ResourceLink>
        ...
      </Sites>
      <Vpgs>
        <ResourceLink>
          <href>String content</href>
          <identifier>String content</identifier>
          <rel>String content</rel>
          <type>String content</type>
        </ResourceLink>
        ...
      </Vpgs>
      <FlrSessions>
        <ResourceLink>
          <href>String content</href>
          <identifier>String content</identifier>
          <rel>String content</rel>
          <type>String content</type>
        </ResourceLink>
        ...
      </FlrSessions>
    </RelatedEntities>
    <Started>1999-05-31T11:20:00</Started>
    <Status>
      <Progress>2147483647</Progress>
      <State>FirstUnusedValue</State>
    </Status>
    <TaskIdentifier>String content</TaskIdentifier>
    <Type>String content</Type>
  </TaskApi>
...
</ArrayOfTaskApi>
The following is an example response XML body for https://zvm_ip:port/v1/tasks/types.
<ArrayOfstring xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <string>String content</string>
  ...
</ArrayOfstring