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:
- Schedule a job to run now. Job scheduled and executed successfully.
- 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.