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 check the state of the JobScheduler after a command such as terminate, pause, abort, etc.
localhost
``port``optional, stringport of the JobScheduler Master
This parameter is required to check the state of the JobScheduler after a command such as terminate, pause, abort, etc.
4444
body: application/json: schema: jsFilterWithUrl example: | { "jobschedulerId": "scheduler" } responses: 200: description: <> body: application/json: example: <> schema: <>