type: error post: description: |

<>

.<> can be used in the GUI for two functions

___

Parameters in the POST body schema

<>
NameTypeDescriptionExampleDefault
``jobschedulerId``required, stringJobScheduler Master IDscheduler
``host``optional, stringhost of the JobScheduler Master
This parameter is required to <> a specific JobScheduler in a cluster
localhost
``port``optional, stringport of the JobScheduler Master
This parameter is required to <> a specific JobScheduler in a cluster
4444
``timeout``optional, integertimeout in seconds60
body: application/json: schema: jsFilterWithUrlTimeout example: | { "jobschedulerId": "scheduler", "timeout": 60 } responses: 200: description: | **Confirm <> successfully** body: application/json: example: | { "deliveryDate":"2016-05-05T21:13:35Z", "ok":true } schema: ok