Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

need REST interface to retrieve execution ouput #145

Closed
gschueler opened this issue Jun 23, 2012 · 2 comments
Closed

need REST interface to retrieve execution ouput #145

gschueler opened this issue Jun 23, 2012 · 2 comments
Assignees
Milestone

Comments

@gschueler
Copy link
Member

Currently the GUI is the only way to get the output(log) of the execution of a job or ad-hoc. But the rest API does not have this. Please provide a REST api to get the execution output. Something similar to /execution/follow/[ID]

original LH ticket

Original Creator: Isaac Finnegan

@gschueler
Copy link
Member Author

(by Greg Schueler at 2011-07-05T19:13:11-07:00)

There are a few ways to format this data: it could be structured with metadata in xml, json or yaml. otherwise it could be simply the text output (without metadata).

there have been requests to allow a way to follow along with a running job (e.g. stream output back to an API client) however this could be achieved the way the GUI does it by periodic requests for a new set of data. So I think the basic API output should support offsets (e.g. linewise), as well as requests like "give me the last 20 lines of data" which may not be complete, but it is up to date.

@ghost ghost assigned gschueler Jun 23, 2012
gschueler added a commit that referenced this issue Jul 6, 2012
gschueler added a commit that referenced this issue Jul 6, 2012
gschueler added a commit that referenced this issue Jul 10, 2012
@gschueler
Copy link
Member Author

"Download" output link in execution view pages produces only "null" instead of log messages

gschueler added a commit that referenced this issue Aug 31, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant