You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of today Scheduler Management offers only three APIs:
GET /scheduler/managers - returns list of scheduler managers
GET /scheduler/scheduled/workflows - returns a list of scheduled workflows based on (name and managerId and nodeAddress) or schedulerId
GET /scheduler/scheduled/workflows/executions - returns a list of scheduled job executions based on (name and managerId and nodeAddress) or schedulerId
New APIs required for easy navigation by admin:
GET /scheduler/managers/nodes - returns a list of nodes on which the scheduler manager is currently running.
GET /scheduler/scheduled/jobs - returns a list of jobs currently running on each node of the cluster.
GET /scheduler/scheduled/jobs/{nodeAddress} - returns a list of jobs currently running on a node of the cluster.
The text was updated successfully, but these errors were encountered:
As of today
Scheduler Management
offers only three APIs:New APIs required for easy navigation by admin:
The text was updated successfully, but these errors were encountered: