type: error
get:
is: [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: Content of main log for download
headers:
Content-Disposition:
type: string
required: true
example: attachment;filename=main.log
Content-Type:
type: string
required: true
default: text/plain
body:
application/octet-stream:
text/plain:
post:
description: |
<>
___
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 | |
body:
application/json:
schema: jsFilterWithUrl
example: |
{
"jobschedulerId": "scheduler"
}
responses:
200:
description: Content of main log for download
headers:
Content-Disposition:
type: string
required: true
example: attachment;filename=main.log
Content-Type:
type: string
required: true
default: text/plain
body:
application/octet-stream:
text/plain: