Get Realtime XLogs
get_realtime_xlogsRetrieve real-time XLog transaction entries since specified offsets. Pass loop and index offsets to get decoded data, then use returned offsets for subsequent polling.
Instructions
Get recent real-time transaction data (XLogs) produced since the given offsets. Returns decoded XLog entries with loop/index offsets for subsequent polling. Use offset 0/0 for the first call, then pass returned offsets to get newer data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| obj_type | No | Object type filter (e.g., 'tomcat') | |
| xlog_loop | No | Loop offset from previous response for pagination. Start with 0. | |
| obj_hashes | No | Comma-separated object hashes. If omitted, uses all alive agents. | |
| xlog_index | No | Index offset from previous response for pagination. Start with 0. |