|
Currently in PE we display a view of all available nodes in a table. A column of this table is the 'run status' of a given node.
To acquire the data for this table we first make a call to the 'nodes' endpoint for all of the data except the 'run status' where we make a separate request to the 'reports'. We then combine this data and pass it to the UI.
It would help us greatly if a new 'node' endpoint were to contain this 'status' field from the latest report. We would like to be able to run filter queries upon this field and page on this new endpoint if possible.
|