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

Apply Console Export

Apply a console export to an environment

post
Path parameters
environmentIdstring · uuidRequired

The ID of the target environment

Body
consoleExportIdstring · uuidOptional
consoleExportVersionstringOptional
databasestringOptional
keystringOptional
resetCustomizationsbooleanOptional
skipApplyConsoleExportPostprocessingbooleanOptional
Responses
default

default response

*/*
post/applyConsoleExport/{environmentId}
default

default response

Cancel an apply console export operation in progress

put
Path parameters
environmentIdstring · uuidRequired

The ID of the target environment

Responses
default

default response

*/*
put/applyConsoleExport/{environmentId}/cancel
default

default response

Apply factory defaults to an environment

post
Path parameters
environmentIdstring · uuidRequired

The ID of the target environment

Responses
default

default response

*/*
post/applyConsoleExport/{environmentId}/factoryDefaults
default

default response

Retrieve the state of all steps of the apply console export operation on a specified environment

get
Path parameters
environmentIdstring · uuidRequired

The ID of the target environment

Responses
default

default response

application/json
get/applyConsoleExport/{environmentId}/state
default

default response

Last updated

Was this helpful?