type: error get: is: [filename, accessToken, jobschedulerMaster] queryParameters: host: required: false type: string description: | host of the JobScheduler Master
This parameter is required to <> a specific JobScheduler in a cluster example: localhost port: required: false type: integer description: | port of the JobScheduler Master
This parameter is required to <> a specific JobScheduler in a cluster example: 4444 description: |

<>

responses: 200: description: <> headers: Content-Disposition: type: string required: true example: attachment;filename=main.log Content-Type: type: string required: true default: application/octet-stream body: application/octet-stream: text/plain: 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
``filename``optional, stringname of a temp. file from ./jobscheduler<>/info
This file will be responsed if exists
sos-download-5961566003164029224.tmp
body: application/json: schema: jsFilterWithUrl example: | { "jobschedulerId": "scheduler" } responses: 200: description: <> headers: Content-Disposition: type: string required: true example: attachment;filename=main.log Content-Type: type: string required: true default: application/octet-stream body: application/octet-stream: text/plain: