Script API File - AnalyticsGate/AGR-OnPrem-Setups GitHub Wiki

active

Description

Switch delivery to the file system on or off.

Required: Yes

Default: false

Example

active: true

target

Description

The delivery path to the file system. Must be a lib path.

Required: Yes

Example

target: lib://[LIBNAME]/Folder

mode

Description

The delivery mode, the following modes are possible.

  • CreateOnly: Creating a new report is allowed. This report may not overwrite an existing report.
  • Overwrite: New creation of a report is allowed. This report may even overwrite an existing report.
  • DeleteAllFirst: Creation of a new report is allowed. An already existing report is deleted first.

Required: Yes

Default: createOnly

Example

mode: DeleteAllFirst