Adding a Schedule

Usage

Adds a new schedule to a Web Intelligence document.

A schedule can be run now, once, daily, hourly, weekly, or monthly. A schedule can be triggered by a prompt. You can also select a server group that the system uses to run the schedule.

Note You can find scheduling information in the document details retrieved from the call GET /documents/<documentID>. The <scheduled> element returned in the response body provides true if the document has been scheduled, otherwise false.
Request

POST /documents/<documentID>/schedules

Request body: see Schedules for a description of the request body

Response

Response type: application/xml or application/json

The response is a message stating the success or failure of a request.