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