You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 29 Next »

Scope

The JobScheduler comes with two powerful Web Service interfaces:

  • The JobScheduler REST Web Service is a replacement for the retired XML Interface and is used for tasks such as adding orders and retrieving job and order status information by exernal applications.
  • The JOC Cockpit REST Web Service is used by the JOC Cockpit for interaction with a JobScheduler Master:
    • The web service offers access to objects such as jobs, job chains and orders and their respective operations, e.g. to add an order to a job chain.
    • The web service provides access to the job inventory and to the job history.

Architecture

Usage

  • The REST Web Service is called by using an HTTP client.
  • The following REST Web Service requests are supported:
  • Requirements
    • All REST Web Service requests should use an HTTP POST operation.
    • Should an idle timeout of 15 minutes between two web service requests be exceeded then the current session is invalidated and a login has to be performed.

Specification

References

Change Management References

T Key Linked Issues Fix Version/s Status P Summary Updated
Loading...
Refresh

Documentation

 

  • No labels