type: error post: description: |

<>

___

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
body: application/json: schema: jsFilterWithUrl example: | { "jobschedulerId": "scheduler" } responses: 200: description: | **Confirm <> successfully** body: application/json: example: | { "deliveryDate":"2016-05-05T21:13:35Z", "ok":true } schema: ok