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
Name | Type | Description | Example | Default |
``controllerId`` | required, string | Controller ID | myController | |
``url`` | optional, string | URL 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: