2019.2

Table Of Contents
JSON Identifier (with Output Parameters)
Describes an identifier for a single job set entity, along with additional parameters used
specifically in an output creation operation.
Structure
The structure consists of an object with the following name/value pairs:
l identifier the job set entity identifier (type of number)
l createOnly parameter to specify if output is to be only created in the server and not sent
to it's final destination (type of boolean)
Example
The following is an example of this structure:
{
"identifier": 12345,
"createOnly": true
}
Page 37