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:

  • identifier – the job set entity identifier (type of number)

  • 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
}