Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Now we have the "jobs" resource in REST which can do CRUD. We also need a "logs" API to get the job's log output. The URI could be "api/v1/logs"
It should accept parameters like "jobid". Initially, the logs could be aggregated logs of all containers.
Streaming is preferred so that the python client can enable a fancy way for the end-user to check logs
Attachments
Issue Links
- is related to
-
SUBMARINE-436 Refactor the job service module
- Resolved
- relates to
-
SUBMARINE-473 [SDK] Get job logs by pysubmarine
- Resolved
- links to