This functionality is only available for certain module packages.

You are here: Reference > Job definitions > Job execution via URL

Job execution via URL

A Job can be created directly for the Job Server by means of a URL. The URL has the following syntax:

http://<Job Server Host>/jobs/request/<JobDefinition>?<param1>=<value1>&<param2>=<value2>...

The URL can be generated and transferred by direct input or by using a table (form post).

Direct input:

Generation by using an HTML form (Post Method):

The table is provided as an HTML file. The content consists of key-value pairs that are located in two columns.

The table for the new configuration has the following appearance in a browser:

Several <input> fields can also have the same name. The trigger.params then includes a key with the name and all the values are separated there as a string with \t.