type: error get: is: [filename, accessToken, jobschedulerMaster] queryParameters: jobChain: required: true type: string description: Path of a job chain example: /sos/reporting/Inventory orderId: required: true type: string description: The id of an order example: Inventory historyId: required: true type: integer description: The history id of an order example: 4711 description: |

<>

responses: 200: description: Content of order log for download headers: Content-Disposition: type: string required: true example: attachment;filename=xxx.order.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
``jobChain``required, stringPath of a job chain/sos/reporting/Inventory
``orderId``required; stringThe id of an orderinventory
``historyId``required; integerThe history id of an order4711
``filename``optional, stringname of a temp. file from ./order<>/info
This file will be responsed if exists
sos-download-5961566003164029224.tmp
body: application/json: schema: orderFilterWithHistoryId example: | { "jobschedulerId":"scheduler", "historyId": 4711, "jobChain": "/test/foo/bar1", "orderId": "order1" } responses: 200: description: Content of order log for download headers: Content-Disposition: type: string required: true example: attachment;filename=xxx.order.log Content-Type: type: string required: true default: application/octet-stream body: application/octet-stream: text/plain: