type: error
post:
description: |
<>
.<> can be used in the GUI for two functions
- <>
- <> within (with ``timeout``)
___
Parameters in the POST body schema
Name | Type | Description | Example | Default |
``jobschedulerId`` | required, string | JobScheduler Master ID | scheduler | |
``host`` | optional, string | host of the JobScheduler Master This parameter is required to <> a specific JobScheduler in a cluster | localhost | |
``port`` | optional, string | port of the JobScheduler Master This parameter is required to <> a specific JobScheduler in a cluster | 4444 | |
``timeout`` | optional, integer | timeout in seconds | 60 | |
<>
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