{{sidenavigation.sidenavigationExpandLabel}}
{{getMsg('Help_YouAreHere')}}: {{page.title}} {{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}} {{helpModel.downloadHelpPdfDataStatus}}

Job Manager

The Job Manager Web API is an interface to access information about the jobs in the system. It also provides possibility to perform operations on the available jobs.

Requests have to be sent as HTTP requests with the scheme http://[HOST]:[PORT]/api/jobmanager/[Command]. To access the Job Manager Web API a user has to have the required permissions - which can be set in the configuration manager. All clients have to be authenticated in order to use the API.

Note: The Job Manager Web API can be used only by users who have the Job Manager Web API access permission set.

Features

The Job Manager Web API exposes the following features:

  • Listing queued/running jobs created by the authenticated user
  • Listing queued/running all available jobs
  • Requesting detailed information about a job
  • Canceling a job

Commands

The following commands are available for the Job Manager Web API:

Command Description
/queued Lists queued jobs created by a user
/queued/all Lists all available queued jobs
/running Lists running jobs created by a user
/running/all Lists all available running jobs
/memoryusage Request statistics about the memory usage
/<JobID> Returns detailed information about a job
/<JobID>/cancel Request a job to cancel the operation
i-net CoWork
This application uses cookies to allow login. By continuing to use this application, you agree to the use of cookies.


Help - Job Manager