Start Cluster Unit Test Service

The End Point for this example is:

<URL>/jderest/v2/scheduler/startClusterUnitTest

In this example, <URL> is the AIS Server where the scheduler runs.

In the following example, replace the values that look like <xxxx> with the appropriate values.

Service Body

{
          "username": "<user>",
          "password": "<password>",
          "environment": "<environment>",
          "role": "<role>",
          "scheduleIntervalMinutes": 1,
          "schedulerHosts": [{
                "protocol": "<protocol>",
               "host": "<AIS host>",
               "port": "<port>",
                     }
          ]
}

For more information on REST APIs used for starting, stopping, and managing the scheduler, see "Scheduler Service" in the JD Edwards EnterpriseOne Tools REST API for the Application Interface Services Server Guide guide.