AutoSys Workload Automation

 View Only
  • 1.  HTTP post job with JSON payload

    Posted Oct 13, 2020 11:30 AM
    We want JSON payload to be scheduled through HTTP POST job.
    we are not using J2EE.
    Any suggestion which attributes should be used for JSON payload.

    Is it possible to call the JSON body in HTTP POST job

    example:
    POST call with a JSON body:
    {
    "paging": {
    "page": 1,
    "size": 2
    }
    }


  • 2.  RE: HTTP post job with JSON payload

    Posted Oct 16, 2020 09:46 AM
    I've a similar requirement - Call a REST endpoint and POST XML payload and pass the credentials in the headers. At the moment, curl is handling this bit and we've been asked to convert that into Autotsys HTTP post job. I couldn't find anything in the document for calling REST URL; it's all about SOAP (WSDL).


  • 3.  RE: HTTP post job with JSON payload

    Posted Nov 15, 2020 04:15 AM
    In Autosys r12 , the HTTP job type has new support added to POST JSON data.  Agent and plugin should also be in r12 level for POST to work successfully.