Request Packet Structure

A request XML packet disabling Log Rotation service includes the disable operation node:

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

 

The disable 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 disable operations as the number of different filtering rules.

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