Skip to Main Content

API, CLI, SDK & Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OAS Publisher Job Scheduler API

Shaun RhodaFeb 1 2024 — edited Feb 1 2024

The following documentation refers: REST API for Oracle Analytics Publisher in Oracle Analytics Server - Schedule a job with parameters

Within the document, the following examples were tested using a PL/SQL stored procedure. The test results of each is noted:

  1. Schedule a job to run now. Job scheduled and executed successfully.
  2. Schedule a job to run daily. Job not scheduled. No exception raised. Response code:200

Additional parameters used in example #2:

  • "startDate":"2024-01-31T08:00:00.000"
  • "endDate":"2924-01-27T08:00:00.000"
  • "cronExpression":"0 0 8 ? * MON-FRI *" or "recurrenceExpression":"0 0 8 ? * MON-FRI *"

It appears that the documentation is either incorrect, incomplete or both. Or something extremely obvious is being missed.

Comments
Post Details
Added on Feb 1 2024
0 comments
163 views