2.2.3.8.1 AuditLogUploadQueryResponse Payload

The /AuditLogUploadQueryResponse/Payload/@data attribute contains the payload data specified as:

 <xs:schema xmlns:g="urn:groove.net" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="urn:groove.net" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import/>
  <xs:element name="fragment">
  <xs:complexType>
   <xs:sequence>
   <xs:element ref="ReturnPayloadWrapper"/>
   </xs:sequence>
  </xs:complexType>
  </xs:element>
 </xs:schema>

The ReturnPayloadWrapper element is specified in section 2.2.2.1.11.

The /fragment/ReturnPayloadWrapper/SE/Enc/@EC attribute data before encryption is specified as:

 <xs:element name="LUQR">
  <xs:complexType>
  <xs:attribute name="_com" type="BooleanType" use="required"/>
  <xs:attribute name="_dgh" type="xs:base64Binary" use="required"/>
  <xs:attribute name="_lrh" type="xs:int" use="required"/>
  <xs:attribute name="_lrl" type="xs:integer" use="required"/>
  <xs:attribute name="_sig" type="xs:base64Binary" use="required"/>
  <xs:attribute name="_v" type="xs:string" use="required"/>
  </xs:complexType>
 </xs:element>

The following table describes the attributes:

XPath

Description

/LUQR

Log upload query response element

/LUR/@_com

Indicates if an upload has finished (1=true, 0=false)

/LUR/@_dgh

Device GUID hash

/LUR/@_lrh

Log high range

/LUR/@_lrl

Log low range

/LUR/@_sig

Signature

/LUR/@_v

Version, the value MUST be "1,0".