-
Feature Request
-
Resolution: Done
-
Normal
-
None
-
2.4
If we have separate instance groups, we can see the status with the API output below.
~~~~~
https://<CONTROLLER_URL>/api/v2/instance_groups/<ID>/jobs/
~~~~~
Note: Please note that the status of running Jobs will not be listed and if you want to know "Currently Running Jobs you can use the API below.
~~~~~
https://<CONTROLLER_URL>/api/v2/unified_jobs/?status=running
~~~~~
However, the above API output can only list the jobs running on specific instance group.
We need additional function to check which job occupied most resources on specific execution node for monitoring our resource.