AutoSys Workload Automation

 View Only
  • 1.  Failed jobs with wild cards using POST Call

    Posted yesterday
    https://<hostname>:9443/AEWS/job/?filter=status==5
     
    This will list all failures.
    I want to filter all autosys jobs begins with RPT* and with Failure state. Please advise.
    Thanks,
    Veera V


  • 2.  RE: Failed jobs with wild cards using POST Call

    Broadcom Employee
    Posted 13 hours ago

    You can use the filter below to retrieve all jobs that start with RPT* and are in a FAILURE status.

    https://<hostname>:9443/AEWS/job?filter=name=@RPT*;status==5

    -------------------------------------------



  • 3.  RE: Failed jobs with wild cards using POST Call

    Posted 3 hours ago
    Edited by VEERA V 3 hours ago

    Thank you Naveen.

    Few more questions related to POST Calls.

    Is this possible to list all SENDEVENTS issued  for specific job(s) e.g. RPT* during specific hrs ( e.g. last 2 days) using POST API call ( to show the results in AEWS without using autotrack command )

    -------------------------------------------