2.2.3.6.1 AuditLogUploadResponse Payload

The /AuditLogUploadResponse/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 contains payload data specified as:

 <xs:element name="LUR">
  <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:int" 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

/LUR

Log upload response element

/LUR/@_com

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

/LUR/@_dgh

Device GUID hash

/LUR/@_lrh

Log range high value

/LUR/@_lrl

Log range low value

/LUR/@_sig

Signature

/LUR/@_v

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