Uploaded image for project: 'JS - JobScheduler'
  1. JS - JobScheduler
  2. JS-1666

Web service for Universal Agents in JOC Cockpit

    XMLWordPrintable

Details

    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
           },
           ...
        }
        

      Attachments

        Activity

          People

            jz Joacim Zschimmer
            oh Oliver Haufe
            Santiago Aucejo Petzoldt Santiago Aucejo Petzoldt
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: