type: error
get:
is: [filename, accessToken, jobschedulerMaster]
queryParameters:
taskId:
required: true
type: integer
description: Task Id
example: 4711
description: |
<>
responses:
200:
description: Content of task log for download
headers:
Content-Disposition:
type: string
required: true
example: attachment;filename=xxx.task.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
Name | Type | Description | Example | Default |
``jobschedulerId`` | required, string | JobScheduler Master ID | scheduler | |
``taskId`` | required, integer | Task Id | 4711 | |
``filename`` | optional, string | name of a temp. file from ./task<>/info This file will be responsed if exists | sos-download-5961566003164029224.tmp | |
body:
application/json:
schema: taskFilter
example: |
{
"jobschedulerId": "scheduler",
"taskId": 4711
}
responses:
200:
description: Content of task log for download
headers:
Content-Disposition:
type: string
required: true
example: attachment;filename=xxx.task.log
Content-Type:
type: string
required: true
default: application/octet-stream
body:
application/octet-stream:
text/plain: