Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The Universal Agents have a web service (see JS-1410).
The JobScheduler should have a web service which request a Universal Agent and response the original response from the Agent
- Request ./jobscheduler/master/api/agent with POST body
{ "agents": [ "...webservice call of 1st agent...", "...webservice call of 2nd agent...", ... ] }
- Response
{ "...webservice call of 1st agent...": { ...original response from 1st agent...or error message }, "....webservice call of 2nd agent...": { ...original response from 2nd agent...or error message }, ... }