Description | Example | Return Message | Group(s)

ValidateSchedule

HTTP Request Formats

POST api/Validate

To specify the schedule the command shall be sent to:

POST api/schedule/{scheduleName}/Validate

Description

The ValidateSchedule REST API command initiates schedule validation for the active schedule.

Parameters

JSON ParametersBody FormatDescription
Verbose"Verbose" : "TRUE"Boolean that determines if additional violation descriptions should be returned

Examples

To validate the active schedule and return a list of violations:

POST api/Validate

Body:

{

"Verbose" : "TRUE"

}

Return Message

If activated, a standard response for a successful HTTP response shall appear.

Group Membership

This command belongs to the following group(s):

Scheduler

Version

12.3