getLogTimeRange

Returns the range of log time.

Request

<archiveLog>
   <getLogTimeRange/>
</archiveLog>

Reply

<archiveLog>
   <getLogTimeRange>
      <newestTime/>
      <oldestTiime/>     
      <result value=" ">
         <description/>
      </result>
   </getLogTimeRange>
</archiveLog>

Elements

newestTime

(Required) Specifies the generalized time, in YYYYMMDDHHMMSS format, for the newest log time.

oldestTime

(Required) Specifies the generalized time, in YYYYMMDDHHMMSS format, for the oldest log time.

result

Specifies an error value or zero (for no error).

description

Specifies a text description of the returned result.