type: error get: is: [accessToken, jobschedulerController] queryParameters: url: required: false type: string description: | URL of a Controller instance
This parameter is required for a Controller in a cluster description: |

<>

responses: 200: description: <> headers: Content-Disposition: type: string required: true example: attachment;filename=controller.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
``controllerId``required, stringController IDmyController
``url``optional, stringURL of a Controller instance
This parameter is required for a Controller in a cluster
body: application/json: schema: jsFilterWithUrl example: | { "controllerId": "myController" } responses: 200: description: <> headers: Content-Disposition: type: string required: true example: attachment;filename=controller.log Content-Type: type: string required: true default: application/octet-stream body: application/octet-stream: text/plain: