Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
For now the job list function (/jobs) provides only job identifiers.
Would be good if it contained all the data used in the list, the same as for single jobs, so that no extra calls are required to display the list (
"jid"
"name"
"state"
"start-time"
"end-time":
"duration"
"operators"{
"total"
"pending"
"running"
"finished"
"canceling"
"canceled"
"failed"
}
Also, start-time and end-time could be unix timestamps, not strings, the same goes for duration - could be just a number in milliseconds. This would allow for time formatting.