Jump to: navigation, search

Batch Requests

Starting with release 8.5.102, Stat Server supports requests for batch operations on all previously opened statistics (except the TargetCurrentState statistic) by the same client, thus providing ways to optimize network traffic between Stat Server and its clients.

Available batch requests are:

  • SuspendAll - allows a client to suspend all notifications for previously opened statistics until they are resumed by the client one by one or all at once using the ResumeAll request.
  • ResumeAll - resumes notifications for all suspended statistics for the client.
  • PeekAll - allows to peek all opened, not suspended statistics with just one request.


Important
The PeekAll request does not peek the statistics, for which the notification has previously been suspended.

Statistics, which do not support Peek request (such as CurrentTargetState), are not be impacted by the PeekAll request.

The CurrentTargetState statistic is not impacted by SuspendAll/ResumeAll requests.
This page was last edited on June 12, 2019, at 16:31.
Comments or questions about this documentation? Contact us for support!