For the complete documentation index, see llms.txt. This page is also available as Markdown.

Console Configuration

Get the console configuration.

get
Responses
200

successful operation

No content

get/console/configuration
200

successful operation

No content

Get Console's JVM configuration. Requires super role.

get
Responses
200

successful operation

No content

get/console/configuration/jvm
200

successful operation

No content

Overwrite Console's JVM configuration. Requires super role.

post
Body
jvmParametersstring[]Optional
Responses
200

successful operation

No content

post/console/configuration/jvm
200

successful operation

No content

Update Console's JVM configuration with JSON. Requires super role.

post
Body
stringOptional
Responses
200

successful operation

No content

post/console/configuration/jvm/json
200

successful operation

No content

Restore Console's JVM configuration to default. Requires super role.

post
Responses
200

successful operation

No content

post/console/configuration/jvm/restoreDefaults
200

successful operation

No content

Last updated

Was this helpful?