This issue has been created
 
 
XWiki Platform / cid:jira-generated-image-avatar-d9c93470-6091-428e-a688-760dfdaa3d2f XWIKI-22557 Open

Add an offset and a limit parameters to job log REST API

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-93ff301f-2db4-4869-8262-de2fcebc1281 Raphaël Jakse created this issue on 08/Oct/24 12:01
 
Summary: Add an offset and a limit parameters to job log REST API
Issue Type: cid:jira-generated-image-avatar-d9c93470-6091-428e-a688-760dfdaa3d2f Improvement
Affects Versions: 16.8.0
Assignee: Unassigned
Components: REST
Created: 08/Oct/24 12:01
Priority: cid:jira-generated-image-static-major-f34fbe5a-2c3c-400b-ad28-6965da1dbeef Major
Reporter: Raphaël Jakse
Description:

The e /joblog/{jobId} REST API allows getting logs of a job. It would be useful to have an offset and limit parameters

...and maybe a way to stream logs using the Server Side Events (which one can use through the EventStream Javascript API) or something like this?