Retrieving Schedule Frequency Details for ESS Jobs Scheduled via REST API
After scheduling an ESS job using the REST API, we need to obtain the schedule frequency details for that particular job.
We can utilize the "Get Job Request Information" REST API (https://docs.oracle.com/en/cloud/saas/applications-common/24d/farca/op-ess-rest-scheduler-v1-requests-requestid-get.html) to retrieve this information. However, the only data provided by this API regarding the schedule frequency is like that the job is on a "MINUTELY Schedule."
We need to determine the specific hours or minutes between each job run for validation purpose.
How can we obtain these details given that the "Edit Schedule" button in the UI is not supported for jobs scheduled via web service?
0