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 )
-------------------------------------------
Original Message:
Sent: Jul 29, 2025 02:56 AM
From: Naveen Kumar Chowdary
Subject: Failed jobs with wild cards using POST Call
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
Original Message:
Sent: Jul 28, 2025 12:36 PM
From: VEERA V
Subject: Failed jobs with wild cards using POST Call
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