Request Packet Structure

A request XML packet retrieving status of Log Rotation service includes the get-status operation node:

<packet version="1.5.0.0">
<log-rotation>
   <get-status>
   ¡­
   </get-status>
</log-rotation>
</packet>

 

The get-status node is presented by type LogRotationDisableInput (logrotation.xsd), and its graphical representation is as follows:

Remarks

You can use different filtering rules in a single packet. Add as many get-status operations as the number of different filtering rules.

<packet version="1.5.0.0">
<log-rotation>
   <get-status>
   ¡­
   </get-status>
...
   <get-status>
   ¡­
   </get-status>
</log-rotation>
</packet>