type: error
get:
is: [accessToken, jobschedulerController]
queryParameters:
url:
required: false
type: string
description: |
host of the JobScheduler Controller
This parameter is required for a specific JobScheduler 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 | JobScheduler Controller ID | scheduler | |
``url`` | optional, string | URL of the JobScheduler Controller This parameter is required for a specific JobScheduler in a cluster | | |
body:
application/json:
schema: jsFilterWithUrl
example: |
{
"controllerId": "scheduler"
}
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: