data_coremgr_opdata_list
List core manager operation logs using time-range, sorting, offset, and limit filters. Normal users see only their own entries, supporting targeted retrieval and auditing.
Instructions
List coremgr operation log records. Normal users see only their own logs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort key:order. Keys: req, res. | |
| tend | No | End time in milliseconds since epoch. | |
| limit | No | Max items; 0 for all (default 100). | |
| offset | No | Data offset (default 0). | |
| tfield | No | Time field for filtering: req or res. Required when using tstart/tend. | |
| tstart | No | Start time in milliseconds since epoch. |