Table of Contents

Search

  1. Preface
  2. RulePoint Interfaces
  3. RulePoint Services
  4. Custom Service API
  5. Java Adapter for REST API
  6. RulePoint REST API
  7. Sample XML and JSON Requests and Responses
  8. RulePoint Pluggable Authentication Module
  9. HTTP Request and Response Attributes

Developer Guide

Developer Guide

Static Schedule

Static Schedule

You can create, update, or delete a static schedule for a source.
You can create a static schedule by using one of the following combinations:
  • Run every 120000 ms from a start date.
    {scheduleType":"STATIC","startDate":"2013-09-26T12:14:59+0530","isScheduledForSpecificDaysOfWe ek":false,"repeatInterval":"120000"}
  • Run 10 times from a start date, every 120000 ms.
    {"scheduleType":"STATIC","startDate":"2013-09-26T12:16:25+0530","isScheduledForSpecificDaysOfW eek":false,"repeatInterval":"120000","numRuns":"10"}
  • Run every 120000 ms from a start date to a specified end date and time.
    {"scheduleType":"STATIC","startDate":"2013-09-26T12:18:40+0530","isScheduledForSpecificDaysOfW eek":false,"repeatInterval":"120000","endDate":"2013-09-26T19:30:00+0530"}
  • Run every Monday and Tuesday.
    {"scheduleType":"STATIC","startDate":"2013-09-26T12:19:36+0530","isScheduledForSpecificDaysOfW eek":true,"days":["Mon","Tue"]}
  • Run every Monday and Tuesday, during a period between the specified start date and end date.
    {"scheduleType":"STATIC","startDate":"2013-09-26T12:20:15+0530","isScheduledForSpecificDaysOfW eek":true,"days":["Mon","Tue"],"endDate":"2013-11-29T19:30:00+0530"}

0 COMMENTS

We’d like to hear from you!