recurring timeslot

Description

Make an automatically-started timeslot that is not started yet recur as specified.

URL

/qcbin/rest/domains/{domain}/projects/{project}/reservations/{ID}/recur

Remarks

To call this API, you should have the Recur timeslot permission.

After the call, the Cron Expression field of the timeslot will be filled in ALM.

HTTP Methods

GET: N/A

PUT: N/A

DELETE: N/A

POST: Makes the timeslot recur.

Media Type
GET
PUT
DELETE
POST
application/xml
-
-
-
check
application/json-
-
-
check

Request Body Example

<Entity Type="RecurReservationCommandRequest">
     <Fields>
      <Field Name="cron_expression">
         <Value>0 0 0 1 * ? *</Value>
         </Field>
   </Fields>
</Entity>

In this example, the timeslot recurs at 00:00:00am, on the 1st day of every month.

For details about CRON expressions, refer to https://docs.oracle.com/cd/E12058_01/doc/doc.1014/e12030/cron_expressions.htm.