Request Packet Structure

A request XML packet changing Log Rotation settings includes the set operation node:

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

 

The set node is presented by type LogRotationSetInput (logrotation.xsd), and its graphical representation is as follows:

SET_RPS

Remarks

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

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