An XML response for an operation-based query has this format:
<?xml version='1.0' encoding='UTF-8'?>
<queryResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="/static/xsd/query-result-6.0.xsd">
<query
start="start-time-in-milliseconds"
end="end-time-in-milliseconds" />
<resultSet>
<object
changeTimeMilliseconds="change-time-in-milliseconds.index"
version="version-id"
urlName="object-url"
operation="operation-type"
Additional properties if specified in the objectProperties request entry
or if the verbose request entry specifies true
/>
Additional object entries
</resultSet>
<status
results="returned-record-count"
message=""
code="COMPLETE|INCOMPLETE" />
</queryResult>
© 2015, 2020 Hitachi Vantara LLC. All rights reserved.