2021.1

Table Of Contents
JSON All-In-One Configuration
Describes the configuration of an All-In-One operation as a series of name/value pairs
representing the processes (data mapping, content creation, job creation and output creation) to
be completed as part of the overall operation. The value in each pair contains the parameters
for that specific process.
The structure is variable, allowing for configurations containing one or more specific processes
(as name/value pairs), as long as the processes specified result in a logical sequence or
workflow. Used specifically with the All-In-One service.
Structure
The structure consists of an object with the following name/value pairs:
l datamining data mapping configuration parameters, consisting of an object with the
following name/value pairs:
l identifier the managed file identifier (type of number) or named identifier (type of
string) of the data file
l config the managed file identifier (type of number) or named identifier (type of
string) of the data mapping configuration
l parameters (optional) a set of runtime parameter names and their corresponding
values, consisting of an object with one or more name/value pairs:
l <name> the name (name) and the value of the runtime parameter
(type of either string, number, or boolean)
l contentcreation content creation configuration parameters, consisting of an object
with the following name/value pairs:
l identifiers an array of data record entity identifiers (type of number) (optional for
configurations containing data mapping parameters)
l config the managed file identifier (type of number) or named identifier (type of
string) of the input template
l parameters (optional) a set of runtime parameter names and their corresponding
values, consisting of an object with one or more name/value pairs:
l <name> the name (name) and the value of the runtime parameter
(type of either string, number, or boolean)
Page 47