The import_ebas variable in the CONFIGURATION archive controls the fetching and conversion of EBAS archive data into CPD3 native format.

The configuration is spit into profiles each with a different set of fetch sources and/or converted data. Each profile contains both the definition of the source to fetch data directly from the EBAS archive and the rules used to convert that data into CPD3 native format.

The fetch process leverages the standard data download process with an extra support added for a list file and the M2M interface. So the fetch will inspect the listing file for all matched data sets, then use the M2M interface to download those data sets. The downloaded data is then passed to the converter to translate it into CPD3 format.

The conversion process works on the concept of variable groups. Each variable defines one or more output CPD3 variable sequences. So the simplest case is a group that translates to a single variable. The next most common case is group that matches all possible wavelengths of a parameter and translates each wavelength into its own CPD3 variable.

The headers of the EBAS file and any additional metadata are converted into a named parameter store. The conversion matching and selection operates by looking up values in that parameter store. For example, the component part of the NASA-Ames format is available as the parameter "Component" specific to each variable. So a variable set that matches on the "Component" parameter can activate based on the type of data present. Similarly, the various parts of the headers and metadata are available as string substitutions. So the substitution "WAVELENGTHCODE" is the CPD3 wavelength code (e.g. "B", "G", or "R") based on the wavelength specified in the file header.

General Settings

/Profiles
Description

Import profile definition

Keys

The keys immediately below this are profile names that are selected by the application. For example, aerosol is the commonly used default profile. However, any non-empty name is acceptable and can be used to create customized configurations that can be selected at run time. In general, profile names should be all lower case to preserve case insensitivity. In the paths listed <PROFILE> is used as a placeholder to real profile name (e.g. replace <PROFILE> with aerosol for the default profile).

/Profiles/<PROFILE>/Fetch
Description

File sources definitions

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Instrument
Description

EBAS instrument matcher in the index file for dataset identification

Type

Flags, a set of unique text strings

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Matrix
Description

EBAS matrix matcher in the index file for dataset identification

Type

Flags, a set of unique text strings

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Convert
Type

Text

Undefined values

Parameters conversion

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/HonorModified
Description

Explicitly honor the file modified time, even for non-writable sources

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Match
Description

File filter pattern

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Match/#0/CaseSensitive
Description

Apply the pattern in case sensitive mode

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Match/#0/Pattern
Description

File pattern to accept

Type

Text

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Minimumage
Description

Minimum age of files to accept

Type

Time Interval

Structure

A time interval consists of a time unit, a number of units to apply, and an alignment setting.

Undefined values

Five minutes

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Minimumage/Units
Description

A logical time unit

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Millisecond or Milliseconds

  • Second, Sec, Seconds, Secs, or s

  • Minute, Min, Mins, Minutes, m, or mi

  • Hour, Hours, or h

  • Day, Days, or d

  • Week, Weeks, or w

  • Month, Mon, Mons, Months, or mo

  • Quarter, Qtr, Qtrs, Quarters, or q

  • Year, Years, or y

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Minimumage/Count
Description

The number of units to apply in time

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Minimumage/Align
Description

Align units in logical time

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Parameters
Description

Parameters used in static non-listing mode

Type

Flags, a set of unique text strings

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Parse/DisableTimeFallback
Description

Disable fallback dataset time extraction

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Parse/End/Begin
Description

Start column number of the field

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Parse/End/End
Description

End column number of the field

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Parse/ID/Begin
Description

Start column number of the field

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Parse/ID/End
Description

End column number of the field

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Parse/Instrument/Begin
Description

Start column number of the field

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Parse/Instrument/End
Description

End column number of the field

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Parse/Matrix/Begin
Description

Start column number of the field

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Parse/Matrix/End
Description

End column number of the field

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Parse/Parameter/Begin
Description

Start column number of the field

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Parse/Parameter/End
Description

End column number of the field

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Parse/Start/Begin
Description

Start column number of the field

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Parse/Start/End
Description

End column number of the field

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Parse/Station/Begin
Description

Start column number of the field

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Parse/Station/End
Description

End column number of the field

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/PureModifiedTracking
Description

Use the modified time only, instead of relying on the source/directory wide timing, if available

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/RequireModified
Description

Require a valid modified time

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/TimeContext
Description

Access time unique checking context ID

Type

Text

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type
Description

The type of upload performed

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • FTP - Download files from a plain FTP server

  • Local - Fetch files from a locally accessible directory

  • Single - Perform a single file fetch

  • List - First acquire a list of files using a single file method, then use that list to actually fetch the files

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Source
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Single

Description

File source type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • File or Local - Locally accessible file

  • GET - Perform a GET request on a remote server (FTP or HTTP supported)

  • POST - The response to a POST request on a remote server

  • PUT - The response to a PUT request on a remote server

  • Process - Invoked a local command to get the file or contents

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/File
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Single

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = File

Description

Local file name to read from

Type

Text

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Writable
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Single

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = File

Description

Indicate that the local file source supports write access (usually used for moving local files after acquisition)

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Arguments
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Single

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Process

Description

Arguments passed to the executable

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/CaptureOutput
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Single

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Process

Description

Capture the program standard output and use it as the download result

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Exit/IgnoreStatus
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Single

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Process

Description

Ignore abnormal exit status (e.x. crash)

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Exit/RequireCode
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Single

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Process

Description

Required exit code for download success

Type

Integer

Undefined values

Any

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Literal
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Single

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Process

Description

Do not process the program result with standard substitutions

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Program
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Single

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Process

Description

Program executable

Type

Text

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Data
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Single

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = POST

Description

Data to send with the request

Type

Binary, data are raw bytes

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/File
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Single

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = POST

Description

URL to send the request to

Type

Text

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Headers
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Single

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = POST

Description

Headers send with the request, keyed on the header name

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Headers/<IDENTIFIER>
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Single

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = POST

Description

Header value

Type

Text

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/SSL
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Single

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = POST

Description

SSL parameters for the connection

Type

SSL Specification

Structure

A SSL specification consists of a hash map defining the parameters for encrypted SSL/TLS connections.

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Timeout
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Single

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = POST

Description

Maximum request time

Type

Real number

Valid range

0.0 < value

Units

s

Undefined values

Unlimited

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Data
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Single

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = PUT

Description

Data to send with the request

Type

Binary, data are raw bytes

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/File
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Single

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = PUT

Description

URL to send the request to

Type

Text

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Headers
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Single

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = PUT

Description

Headers send with the request, keyed on the header name

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Headers/<IDENTIFIER>
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Single

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = PUT

Description

Header value

Type

Text

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/SSL
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Single

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = PUT

Description

SSL parameters for the connection

Type

SSL Specification

Structure

A SSL specification consists of a hash map defining the parameters for encrypted SSL/TLS connections.

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Timeout
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Single

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = PUT

Description

Maximum request time

Type

Real number

Valid range

0.0 < value

Units

s

Undefined values

Unlimited

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/File
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Single

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = GET

Description

URL to send the request to

Type

Text

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Headers
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Single

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = GET

Description

Headers send with the request, keyed on the header name

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Headers/<IDENTIFIER>
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Single

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = GET

Description

Header value

Type

Text

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/SSL
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Single

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = GET

Description

SSL parameters for the connection

Type

SSL Specification

Structure

A SSL specification consists of a hash map defining the parameters for encrypted SSL/TLS connections.

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Timeout
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Single

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = GET

Description

Maximum request time

Type

Real number

Valid range

0.0 < value

Units

s

Undefined values

Unlimited

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Source
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

Description

File source type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • File or Local - Locally accessible file

  • GET - Perform a GET request on a remote server (FTP or HTTP supported)

  • POST - The response to a POST request on a remote server

  • PUT - The response to a PUT request on a remote server

  • Process - Invoked a local command to get the file or contents

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Writable
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Type = File

Description

Indicate that the local file source supports write access (usually used for moving local files after acquisition)

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Arguments
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Type = Process

Description

Arguments passed to the executable with the listed line appended to them

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/CaptureOutput
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Type = Process

Description

Capture the program standard output and use it as the download result

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Exit/IgnoreStatus
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Type = Process

Description

Ignore abnormal exit status (e.x. crash)

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Exit/RequireCode
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Type = Process

Description

Required exit code for download success

Type

Integer

Undefined values

Any

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Literal
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Type = Process

Description

Do not process the program result with standard substitutions

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Program
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Type = Process

Description

Program executable

Type

Text

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Data
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Type = POST

Description

Data to send with the request

Type

Binary, data are raw bytes

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Headers
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Type = POST

Description

Headers send with the request, keyed on the header name

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Headers/<IDENTIFIER>
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Type = POST

Description

Header value

Type

Text

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/SSL
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Type = POST

Description

SSL parameters for the connection

Type

SSL Specification

Structure

A SSL specification consists of a hash map defining the parameters for encrypted SSL/TLS connections.

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Timeout
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Type = POST

Description

Maximum request time

Type

Real number

Valid range

0.0 < value

Units

s

Undefined values

Unlimited

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Data
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Type = PUT

Description

Data to send with the request

Type

Binary, data are raw bytes

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Headers
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Type = PUT

Description

Headers send with the request, keyed on the header name

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Headers/<IDENTIFIER>
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Type = PUT

Description

Header value

Type

Text

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/SSL
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Type = PUT

Description

SSL parameters for the connection

Type

SSL Specification

Structure

A SSL specification consists of a hash map defining the parameters for encrypted SSL/TLS connections.

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Timeout
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Type = PUT

Description

Maximum request time

Type

Real number

Valid range

0.0 < value

Units

s

Undefined values

Unlimited

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Headers
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Type = GET

Description

Headers send with the request, keyed on the header name

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Headers/<IDENTIFIER>
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Type = GET

Description

Header value

Type

Text

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/SSL
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Type = GET

Description

SSL parameters for the connection

Type

SSL Specification

Structure

A SSL specification consists of a hash map defining the parameters for encrypted SSL/TLS connections.

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Timeout
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Fetch/Type = GET

Description

Maximum request time

Type

Real number

Valid range

0.0 < value

Units

s

Undefined values

Unlimited

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Source
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

Description

File source type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • File or Local - Locally accessible file

  • GET - Perform a GET request on a remote server (FTP or HTTP supported)

  • POST - The response to a POST request on a remote server

  • PUT - The response to a PUT request on a remote server

  • Process - Invoked a local command to get the file or contents

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/File
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = File

Description

Local file name to read from

Type

Text

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Writable
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = File

Description

Indicate that the local file source supports write access (usually used for moving local files after acquisition)

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Arguments
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Process

Description

Arguments passed to the executable

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/CaptureOutput
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Process

Description

Capture the program standard output and use it as the download result

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Exit/IgnoreStatus
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Process

Description

Ignore abnormal exit status (e.x. crash)

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Exit/RequireCode
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Process

Description

Required exit code for download success

Type

Integer

Undefined values

Any

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Literal
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Process

Description

Do not process the program result with standard substitutions

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Program
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Process

Description

Program executable

Type

Text

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Data
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = POST

Description

Data to send with the request

Type

Binary, data are raw bytes

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/File
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = POST

Description

URL to send the request to

Type

Text

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Headers
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = POST

Description

Headers send with the request, keyed on the header name

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Headers/<IDENTIFIER>
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = POST

Description

Header value

Type

Text

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/SSL
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = POST

Description

SSL parameters for the connection

Type

SSL Specification

Structure

A SSL specification consists of a hash map defining the parameters for encrypted SSL/TLS connections.

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Timeout
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = POST

Description

Maximum request time

Type

Real number

Valid range

0.0 < value

Units

s

Undefined values

Unlimited

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Data
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = PUT

Description

Data to send with the request

Type

Binary, data are raw bytes

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/File
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = PUT

Description

URL to send the request to

Type

Text

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Headers
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = PUT

Description

Headers send with the request, keyed on the header name

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Headers/<IDENTIFIER>
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = PUT

Description

Header value

Type

Text

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/SSL
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = PUT

Description

SSL parameters for the connection

Type

SSL Specification

Structure

A SSL specification consists of a hash map defining the parameters for encrypted SSL/TLS connections.

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Timeout
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = PUT

Description

Maximum request time

Type

Real number

Valid range

0.0 < value

Units

s

Undefined values

Unlimited

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/File
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = GET

Description

URL to send the request to

Type

Text

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Headers
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = GET

Description

Headers send with the request, keyed on the header name

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Headers/<IDENTIFIER>
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = GET

Description

Header value

Type

Text

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/SSL
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = GET

Description

SSL parameters for the connection

Type

SSL Specification

Structure

A SSL specification consists of a hash map defining the parameters for encrypted SSL/TLS connections.

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Timeout
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = List

  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = GET

Description

Maximum request time

Type

Real number

Valid range

0.0 < value

Units

s

Undefined values

Unlimited

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/ActiveMode
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = FTP

Description

FTP active mode configuration

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Active or ActiveOnly - Only use active mode transfers

  • Both - Try passive mode then active mode

  • Passive or PassiveOnly - Only use passive mode transfers

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Hostname
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = FTP

Description

FTP server name

Type

Text

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/ImmediateKeepalive
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = FTP

Description

Require immediate responses to keepalives

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/KeepAlive
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = FTP

Description

Keep alive command interval

Type

Real number

Valid range

0.0 ≤ value

Units

s

Undefined values

Not permitted

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/MatchPath
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = FTP

Description

Path filter patterns, in depth order

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/MatchPath/#0/CaseSensitive
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = FTP

Description

Apply the pattern in case sensitive mode

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/MatchPath/#0/Pattern
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = FTP

Description

File pattern to accept

Type

Text

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Password
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = FTP

Description

FTP password

Type

Text

Undefined values

cpd3

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/PasswordFile
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = FTP

Description

File to read the FTP password from

Type

Text

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Path
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = FTP

Description

Root FTP path before pattern depth walk

Type

Text

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Port
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = FTP

Description

FTP port to connect on

Type

Integer

Valid range

1 ≤ value ≤ 65535

Undefined values

Not permitted

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Recursive
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = FTP

Description

Recurse all directories at the final level

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/RelaxedIncoming
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = FTP

Description

Do not check the incoming server and port in active mode

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Resume/Download
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = FTP

Description

Enable resume in download mode

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Resume/Retries
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = FTP

Description

Maximum number of retries to attempt to resume

Type

Integer

Valid range

0 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Resume/Upload
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = FTP

Description

Enable resume in upload mode

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/SSL
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = FTP

Description

SSL parameters for the connection

Type

SSL Specification

Structure

A SSL specification consists of a hash map defining the parameters for encrypted SSL/TLS connections.

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Timeout/Command
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = FTP

Description

Command timeout or zero for unlimited

Type

Real number

Valid range

0.0 ≤ value

Units

s

Undefined values

Not permitted

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Timeout/Total
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = FTP

Description

Total operation timeout or zero for unlimited

Type

Real number

Valid range

0.0 ≤ value

Units

s

Undefined values

Not permitted

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Timeout/Transfer
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = FTP

Description

Data transfer timeout or zero for unlimited

Type

Real number

Valid range

0.0 ≤ value

Units

s

Undefined values

Not permitted

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/UploadRateLimit
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = FTP

Description

Upload rate limit or zero to disable

Type

Integer

Valid range

0 ≤ value

Units

bytes/s

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Username
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = FTP

Description

FTP username

Type

Text

Undefined values

anonymous

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/IgnoreReadableFlag
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Local

Description

Ignore the filesystem specified readable flag in transversal (in the event that ACLs allow reading anyway)

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/MatchPath
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Local

Description

Path filter patterns, in depth order

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/MatchPath/#0/CaseSensitive
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Local

Description

Apply the pattern in case sensitive mode

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/MatchPath/#0/Pattern
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Local

Description

File pattern to accept

Type

Text

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Path
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Local

Description

Root local path before pattern depth walk

Type

Text

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Recursive
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Local

Description

Recurse all directories at the final level

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Writable
Required conditions
  • /Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Origin/Type = Local

Description

Indicate that the local file source supports write access (usually used for moving local files after acquisition)

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Fetch/<IDENTIFIER>/Parameter
Description

EBAS parameter matcher in the index file for dataset identification

Type

Flags, a set of unique text strings

/Profiles/<PROFILE>/Groups
Description

Variable group definitions

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary
Description

Auxiliary input variable candidates

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Invert
Description

Invert the condition and apply when it is not met

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type
Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Direct or Value - Directly evaluate the the input value

  • Exact, Exactly, or NumberEqual - The condition is met when one result is numerically equal to another

  • Greater or GreaterThan - The condition is met when one result is greater than another

  • GreaterEqual or GreaterThanOrEqual - The condition is met when one result is greater than or equal to another

  • Less or Lessthan - The condition is met when one result is less than another

  • LessEqual or LessThanOrEqual - The condition is met when one result is less than or equal to another

  • Equal - The condition is met when one result is identical to another

  • Exists or Has - The condition is met when a value exists at all

  • Text or StringEqual - The condition is met when one result is textually equal to another

  • Always - Always met

  • Never - Never met

  • AND or All - Combine multiple conditions and require them all to be met

  • OR or Any - Combine multiple conditions and require any of them to be met

  • Script - Evaluate script code for the condition

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Components
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = AND

Description

The conditions to combine together, requiring them all to be met

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Components/#0
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = AND

Description

A single trigger

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Components
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = OR

Description

The conditions to combine together, requiring them any of them to be met

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Components/#0
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = OR

Description

A single trigger

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Less

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Less

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Less

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Less

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Less

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Less

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Less

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Less

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Less

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Less

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = LessEqual

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = LessEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = LessEqual

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = LessEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = LessEqual

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = LessEqual

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = LessEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = LessEqual

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = LessEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = LessEqual

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Greater

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Greater

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Greater

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Greater

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Greater

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Greater

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Greater

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Greater

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Greater

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Greater

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = GreaterEqual

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = GreaterEqual

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exact

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exact

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exact

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exact

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exact

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exact

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exact

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exact

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exact

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exact

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Equal

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Equal

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Equal

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Equal

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Equal

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Equal

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Equal

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Equal

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Equal

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Equal

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Text

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Text

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Text

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Text

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Text

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Text

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Text

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Text

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Text

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Text

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Script

Description

The script code to evaluate with the CONDITION variable set and a lookup() function, returning true if the condition is met

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Value/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exists

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Value/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exists

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Value/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Value/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Value/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Value/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Value/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Value/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Value/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Value/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Value/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Value/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Value/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Value/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Value/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exists

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exists

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Value/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Value/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Match/Type = Exists

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Name/Convert/Type
Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Name/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Name/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Name/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Name/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Name/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Name/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Name/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Name/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Name/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Name/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Name/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Name/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Name/Key/Origin
Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Name/Key/Reference/Convert/Type
Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Name/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Name/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Name/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Name/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Name/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Name/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Name/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Name/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Name/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Name/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Name/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Name/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Auxiliary/<IDENTIFIER>/Name/Key/Reference/Key
Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Flavors/Convert/Type
Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Flavors/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Flavors/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Flavors/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Flavors/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Flavors/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Flavors/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Flavors/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Flavors/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Flavors/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Flavors/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Flavors/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Flavors/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Flavors/Key/Origin
Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Flavors/Key/Reference/Convert/Type
Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Flavors/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Flavors/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Flavors/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Flavors/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Flavors/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Flavors/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Flavors/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Flavors/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Flavors/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Flavors/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Flavors/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Flavors/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Flavors/Key/Reference/Key
Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Base
Description

Base metadata for the variable

Structure

This value represents metadata injected directly into some output. That is, the exact contents defined by this value are used as metadata for another value. The exact keys are determined by what metadata is required.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Base/*dDescription
Description

A sort description of the variable meaning

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Base/*dGroupUnits
Description

The units the variable is groups with for display

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Base/*dUnits
Description

The physical units the variable is reported in

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay
Description

Overlays applied to the base metadata

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Constant
Description

The constant value of the overlay, superseding the key conversion lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Convert/Type
Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Key/Origin
Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Key/Reference/Convert/Type
Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Key/Reference/Key
Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Invert
Description

Invert the condition and apply when it is not met

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type
Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Direct or Value - Directly evaluate the the input value

  • Exact, Exactly, or NumberEqual - The condition is met when one result is numerically equal to another

  • Greater or GreaterThan - The condition is met when one result is greater than another

  • GreaterEqual or GreaterThanOrEqual - The condition is met when one result is greater than or equal to another

  • Less or Lessthan - The condition is met when one result is less than another

  • LessEqual or LessThanOrEqual - The condition is met when one result is less than or equal to another

  • Equal - The condition is met when one result is identical to another

  • Exists or Has - The condition is met when a value exists at all

  • Text or StringEqual - The condition is met when one result is textually equal to another

  • Always - Always met

  • Never - Never met

  • AND or All - Combine multiple conditions and require them all to be met

  • OR or Any - Combine multiple conditions and require any of them to be met

  • Script - Evaluate script code for the condition

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Components
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = AND

Description

The conditions to combine together, requiring them all to be met

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Components/#0
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = AND

Description

A single trigger

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Components
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = OR

Description

The conditions to combine together, requiring them any of them to be met

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Components/#0
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = OR

Description

A single trigger

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Less

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Less

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Less

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Less

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Less

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Less

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Less

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Less

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Less

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Less

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = LessEqual

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = LessEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = LessEqual

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = LessEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = LessEqual

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = LessEqual

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = LessEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = LessEqual

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = LessEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = LessEqual

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Greater

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Greater

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Greater

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Greater

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Greater

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Greater

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Greater

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Greater

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Greater

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Greater

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = GreaterEqual

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = GreaterEqual

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exact

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exact

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exact

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exact

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exact

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exact

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exact

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exact

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exact

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exact

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Equal

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Equal

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Equal

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Equal

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Equal

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Equal

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Equal

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Equal

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Equal

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Equal

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Text

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Text

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Text

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Text

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Text

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Text

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Text

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Text

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Text

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Text

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Script

Description

The script code to evaluate with the CONDITION variable set and a lookup() function, returning true if the condition is met

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Value/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exists

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Value/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exists

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Value/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Value/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Value/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Value/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Value/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Value/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Value/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Value/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Value/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Value/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Value/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Value/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Value/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exists

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exists

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Value/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Value/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Match/Type = Exists

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Path
Description

Path to overlay within the metadata

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Metadata/Overlay/<IDENTIFIER>/Priority
Description

Overlay application priority

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Convert/Type
Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Key/Origin
Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Key/Reference/Convert/Type
Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Station/Key/Reference/Key
Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Type
Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Real, Number, or Numeric - Direct numeric conversion of the input value

  • Flags - CPD3 flags reconstruction

  • NephelometerZero or NephZero - Nephelometer zero wall scattering reconstruction

  • Statistics - Statistics reconstruction

  • Temperature - Temperature with unit conversion

  • Direct or Raw - Direct value conversion without type conversion

  • Script - Conversion with script code

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Variable/Convert/Type
Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Variable/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Variable/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Variable/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Variable/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Variable/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Variable/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Variable/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Variable/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Variable/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Variable/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Variable/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Variable/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Variable/Key/Origin
Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Variable/Key/Reference/Convert/Type
Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Variable/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Variable/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Variable/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Variable/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Variable/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Variable/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Variable/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Variable/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Variable/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Variable/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Variable/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Variable/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Variable/Key/Reference/Key
Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Type = Script

Description

The script code to evaluate with the VALUE global variable set and returning the output for each raw input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Calibration
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Type = Temperature

Description

The calibration applied to the input values

Type

Calibration

Structure

A calibration is an array with the coefficients being the array values in ascending power order. All keys are array indices with real number values. For example, #0 is the constant offset while #1 is the slope.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Backscattering
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Type = NephelometerZero

Description

Calculate in backscatter mode

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Calibration
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Type = NephelometerZero

Description

The calibration applied to the input values

Type

Calibration

Structure

A calibration is an array with the coefficients being the array values in ascending power order. All keys are array indices with real number values. For example, #0 is the constant offset while #1 is the slope.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Calibration
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Data/Type = Real

Description

The calibration applied to the input values

Type

Calibration

Structure

A calibration is an array with the coefficients being the array values in ascending power order. All keys are array indices with real number values. For example, #0 is the constant offset while #1 is the slope.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Dependencies/Clear
Description

Identifier tags cleared on set variable set activation

Type

Flags, a set of unique text strings

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Dependencies/Exclude
Description

Identifier tags required that prevent the variable set from generating data

Type

Flags, a set of unique text strings

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Dependencies/Require
Description

Identifier tags required for the variable set to generate data

Type

Flags, a set of unique text strings

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Dependencies/Set
Description

Identifier tags set on set variable set activation

Type

Flags, a set of unique text strings

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Invert
Description

Invert the condition and apply when it is not met

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type
Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Direct or Value - Directly evaluate the the input value

  • Exact, Exactly, or NumberEqual - The condition is met when one result is numerically equal to another

  • Greater or GreaterThan - The condition is met when one result is greater than another

  • GreaterEqual or GreaterThanOrEqual - The condition is met when one result is greater than or equal to another

  • Less or Lessthan - The condition is met when one result is less than another

  • LessEqual or LessThanOrEqual - The condition is met when one result is less than or equal to another

  • Equal - The condition is met when one result is identical to another

  • Exists or Has - The condition is met when a value exists at all

  • Text or StringEqual - The condition is met when one result is textually equal to another

  • Always - Always met

  • Never - Never met

  • AND or All - Combine multiple conditions and require them all to be met

  • OR or Any - Combine multiple conditions and require any of them to be met

  • Script - Evaluate script code for the condition

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Components
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = AND

Description

The conditions to combine together, requiring them all to be met

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Components/#0
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = AND

Description

A single trigger

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Components
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = OR

Description

The conditions to combine together, requiring them any of them to be met

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Components/#0
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = OR

Description

A single trigger

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Less

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Less

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Less

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Less

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Less

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Less

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Less

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Less

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Less

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Less

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = LessEqual

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = LessEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = LessEqual

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = LessEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = LessEqual

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = LessEqual

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = LessEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = LessEqual

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = LessEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = LessEqual

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Greater

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Greater

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Greater

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Greater

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Greater

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Greater

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Greater

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Greater

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Greater

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Greater

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = GreaterEqual

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = GreaterEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = GreaterEqual

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = GreaterEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = GreaterEqual

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = GreaterEqual

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = GreaterEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = GreaterEqual

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = GreaterEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = GreaterEqual

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exact

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exact

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exact

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exact

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exact

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exact

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exact

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exact

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exact

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exact

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Equal

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Equal

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Equal

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Equal

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Equal

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Equal

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Equal

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Equal

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Equal

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Equal

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Text

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Text

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Text

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Text

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Text

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Text

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Text

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Text

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Text

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Text

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Script

Description

The script code to evaluate with the CONDITION variable set and a lookup() function, returning true if the condition is met

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Value/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exists

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Value/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exists

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Value/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Value/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Value/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Value/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Value/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Value/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Value/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Value/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Value/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Value/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Value/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Value/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Value/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exists

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Value/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exists

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Value/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Value/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Value/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Value/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Value/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Value/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Value/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Value/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Value/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Value/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Value/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Value/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Value/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Global/Type = Exists

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup
Description

Value lookup definitions, keyed on the lookup name

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Constant
Description

The constant value of the lookup, superseding the key conversion lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Convert/Type
Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Key/Origin
Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Key/Reference/Convert/Type
Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Key/Reference/Key
Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Invert
Description

Invert the condition and apply when it is not met

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type
Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Direct or Value - Directly evaluate the the input value

  • Exact, Exactly, or NumberEqual - The condition is met when one result is numerically equal to another

  • Greater or GreaterThan - The condition is met when one result is greater than another

  • GreaterEqual or GreaterThanOrEqual - The condition is met when one result is greater than or equal to another

  • Less or Lessthan - The condition is met when one result is less than another

  • LessEqual or LessThanOrEqual - The condition is met when one result is less than or equal to another

  • Equal - The condition is met when one result is identical to another

  • Exists or Has - The condition is met when a value exists at all

  • Text or StringEqual - The condition is met when one result is textually equal to another

  • Always - Always met

  • Never - Never met

  • AND or All - Combine multiple conditions and require them all to be met

  • OR or Any - Combine multiple conditions and require any of them to be met

  • Script - Evaluate script code for the condition

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Components
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = AND

Description

The conditions to combine together, requiring them all to be met

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Components/#0
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = AND

Description

A single trigger

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Components
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = OR

Description

The conditions to combine together, requiring them any of them to be met

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Components/#0
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = OR

Description

A single trigger

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Less

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Less

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Less

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Less

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Less

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Less

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Less

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Less

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Less

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Less

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = LessEqual

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = LessEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = LessEqual

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = LessEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = LessEqual

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = LessEqual

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = LessEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = LessEqual

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = LessEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = LessEqual

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Greater

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Greater

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Greater

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Greater

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Greater

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Greater

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Greater

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Greater

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Greater

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Greater

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = GreaterEqual

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = GreaterEqual

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exact

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exact

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exact

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exact

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exact

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exact

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exact

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exact

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exact

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exact

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Equal

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Equal

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Equal

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Equal

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Equal

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Equal

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Equal

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Equal

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Equal

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Equal

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Text

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Text

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Text

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Text

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Text

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Text

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Text

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Text

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Text

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Text

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Script

Description

The script code to evaluate with the CONDITION variable set and a lookup() function, returning true if the condition is met

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Value/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exists

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Value/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exists

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Value/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Value/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Value/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Value/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Value/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Value/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Value/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Value/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Value/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Value/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Value/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Value/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Value/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exists

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exists

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Value/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Value/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Match/Type = Exists

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Lookup/<IDENTIFIER>/Priority
Description

Lookup application priority

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Invert
Description

Invert the condition and apply when it is not met

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type
Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Direct or Value - Directly evaluate the the input value

  • Exact, Exactly, or NumberEqual - The condition is met when one result is numerically equal to another

  • Greater or GreaterThan - The condition is met when one result is greater than another

  • GreaterEqual or GreaterThanOrEqual - The condition is met when one result is greater than or equal to another

  • Less or Lessthan - The condition is met when one result is less than another

  • LessEqual or LessThanOrEqual - The condition is met when one result is less than or equal to another

  • Equal - The condition is met when one result is identical to another

  • Exists or Has - The condition is met when a value exists at all

  • Text or StringEqual - The condition is met when one result is textually equal to another

  • Always - Always met

  • Never - Never met

  • AND or All - Combine multiple conditions and require them all to be met

  • OR or Any - Combine multiple conditions and require any of them to be met

  • Script - Evaluate script code for the condition

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Components
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = AND

Description

The conditions to combine together, requiring them all to be met

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Components/#0
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = AND

Description

A single trigger

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Components
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = OR

Description

The conditions to combine together, requiring them any of them to be met

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Components/#0
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = OR

Description

A single trigger

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Less

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Less

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Less

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Less

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Less

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Less

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Less

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Less

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Less

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Less

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = LessEqual

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = LessEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = LessEqual

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = LessEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = LessEqual

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = LessEqual

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = LessEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = LessEqual

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = LessEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = LessEqual

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Greater

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Greater

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Greater

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Greater

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Greater

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Greater

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Greater

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Greater

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Greater

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Greater

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = GreaterEqual

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = GreaterEqual

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exact

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exact

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exact

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exact

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exact

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exact

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exact

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exact

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exact

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exact

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Equal

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Equal

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Equal

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Equal

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Equal

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Equal

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Equal

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Equal

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Equal

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Equal

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Text

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Text

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Text

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Text

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Text

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Text

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Text

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Text

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Text

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Text

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Script

Description

The script code to evaluate with the CONDITION variable set and a lookup() function, returning true if the condition is met

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Value/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exists

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Value/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exists

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Value/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Value/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Value/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Value/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Value/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Value/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Value/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Value/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Value/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Value/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Value/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Value/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Value/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exists

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exists

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Value/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Value/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Match/Type = Exists

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/SortPriority
Description

Sort priority for determining activation order

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions
Description

String substitution definitions, keyed on the substitution name

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Constant
Description

The constant value of the lookup, superseding the key conversion lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Convert/Type
Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Key/Origin
Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Key/Reference/Convert/Type
Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Key/Reference/Key
Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Invert
Description

Invert the condition and apply when it is not met

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type
Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Direct or Value - Directly evaluate the the input value

  • Exact, Exactly, or NumberEqual - The condition is met when one result is numerically equal to another

  • Greater or GreaterThan - The condition is met when one result is greater than another

  • GreaterEqual or GreaterThanOrEqual - The condition is met when one result is greater than or equal to another

  • Less or Lessthan - The condition is met when one result is less than another

  • LessEqual or LessThanOrEqual - The condition is met when one result is less than or equal to another

  • Equal - The condition is met when one result is identical to another

  • Exists or Has - The condition is met when a value exists at all

  • Text or StringEqual - The condition is met when one result is textually equal to another

  • Always - Always met

  • Never - Never met

  • AND or All - Combine multiple conditions and require them all to be met

  • OR or Any - Combine multiple conditions and require any of them to be met

  • Script - Evaluate script code for the condition

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Components
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = AND

Description

The conditions to combine together, requiring them all to be met

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Components/#0
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = AND

Description

A single trigger

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Components
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = OR

Description

The conditions to combine together, requiring them any of them to be met

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Components/#0
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = OR

Description

A single trigger

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Less

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Less

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Less

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Less

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Less

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Less

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Less

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Less

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Less

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Less

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Less

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = LessEqual

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = LessEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = LessEqual

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = LessEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = LessEqual

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = LessEqual

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = LessEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = LessEqual

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = LessEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = LessEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = LessEqual

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Greater

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Greater

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Greater

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Greater

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Greater

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Greater

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Greater

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Greater

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Greater

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Greater

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Greater

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = GreaterEqual

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = GreaterEqual

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = GreaterEqual

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = GreaterEqual

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exact

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exact

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exact

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exact

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exact

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exact

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exact

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exact

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exact

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exact

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exact

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Equal

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Equal

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Equal

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Equal

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Equal

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Equal

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Equal

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Equal

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Equal

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Equal

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Equal

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Text

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Text

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Text

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Text

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Left/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Text

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Text

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Text

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Text

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Text

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Text

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Right/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Text

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Script

Description

The script code to evaluate with the CONDITION variable set and a lookup() function, returning true if the condition is met

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Value/Constant
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exists

Description

Constant value result, superseding any lookup

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Value/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exists

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Value/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Value/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Value/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Value/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Value/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Value/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Value/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Value/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Value/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Value/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Value/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Value/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Value/Key/Origin
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exists

Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Type
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exists

Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Value/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exists

  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Value/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Value/Key/Reference/Key
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Substitutions/<IDENTIFIER>/Match/Type = Exists

Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Wavelength/Convert/Type
Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Wavelength/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Wavelength/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Wavelength/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Wavelength/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Wavelength/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Wavelength/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Wavelength/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Wavelength/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Wavelength/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Wavelength/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Wavelength/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Wavelength/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Wavelength/Key/Origin
Description

The path within the value to look up

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Wavelength/Key/Reference/Convert/Type
Description

The type of the condition being checked

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • None - No conversion performed, the output is the same as the input value

  • Override - Override the input and produce a direct constant output

  • Format - Real number conversion then formatting

  • IntegerString - String conversion with the input available as the script context variable VALUE, then parsing the result as an integer

  • RealString - String conversion with the input available as the script context variable VALUE, then parsing the result as a real number

  • String - String conversion with the input available as the script context variable VALUE

  • Script - Script evaluation (VALUE and CONVERTER variables available)

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Wavelength/Key/Reference/Convert/AllowUndefined
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Wavelength/Key/Reference/Convert/Type = Override

Description

Always return the constant value, even if the input is undefined

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Wavelength/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Wavelength/Key/Reference/Convert/Type = Override

Description

The constant value to return

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Wavelength/Key/Reference/Convert/Format
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Wavelength/Key/Reference/Convert/Type = Format

Description

The format string to apply to the input

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Wavelength/Key/Reference/Convert/Value
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Wavelength/Key/Reference/Convert/Type = String

Description

The string result with substitutions available

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Wavelength/Key/Reference/Convert/Base
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Wavelength/Key/Reference/Convert/Type = IntegerString

Description

The conversion base to use

Type

Integer

Valid range

0 ≤ value ≤ 36

Undefined values

Not permitted

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Wavelength/Key/Reference/Convert/Code
Required conditions
  • /Profiles/<PROFILE>/Groups/<IDENTIFIER>/Wavelength/Key/Reference/Convert/Type = Script

Description

The script code to evaluate returning the converted value, with the VALUE and CONDITION variables set

Type

Text

/Profiles/<PROFILE>/Groups/<IDENTIFIER>/Wavelength/Key/Reference/Key
Description

The key in the reference to look up

Keys

The keys below this one have an arbitrary structure. That is, the exact contents are not directly interpreted by the system so they are defined by conventions or subsequent usage.

/Profiles/<PROFILE>/Station
Description

Fixed EBAS station code

Type

Text

Undefined values

Automatically looked up from the site metadata

/Profiles/<PROFILE>/StationLookup/EBAS
Description

Field number in the file to read the EBAS station code from

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/StationLookup/GAW
Description

Field number in the file to read the GAW station code from

Type

Integer

Valid range

1 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/StationLookup/Origin/HonorModified
Description

Explicitly honor the file modified time, even for non-writable sources

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/StationLookup/Origin/Match
Description

File filter pattern

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/StationLookup/Origin/Match/#0/CaseSensitive
Description

Apply the pattern in case sensitive mode

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/StationLookup/Origin/Match/#0/Pattern
Description

File pattern to accept

Type

Text

/Profiles/<PROFILE>/StationLookup/Origin/Minimumage
Description

Minimum age of files to accept

Type

Time Interval

Structure

A time interval consists of a time unit, a number of units to apply, and an alignment setting.

Undefined values

Five minutes

/Profiles/<PROFILE>/StationLookup/Origin/Minimumage/Units
Description

A logical time unit

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Millisecond or Milliseconds

  • Second, Sec, Seconds, Secs, or s

  • Minute, Min, Mins, Minutes, m, or mi

  • Hour, Hours, or h

  • Day, Days, or d

  • Week, Weeks, or w

  • Month, Mon, Mons, Months, or mo

  • Quarter, Qtr, Qtrs, Quarters, or q

  • Year, Years, or y

/Profiles/<PROFILE>/StationLookup/Origin/Minimumage/Count
Description

The number of units to apply in time

Type

Integer

Undefined values

Not permitted

/Profiles/<PROFILE>/StationLookup/Origin/Minimumage/Align
Description

Align units in logical time

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/StationLookup/Origin/PureModifiedTracking
Description

Use the modified time only, instead of relying on the source/directory wide timing, if available

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/StationLookup/Origin/RequireModified
Description

Require a valid modified time

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/StationLookup/Origin/TimeContext
Description

Access time unique checking context ID

Type

Text

/Profiles/<PROFILE>/StationLookup/Origin/Type
Description

The type of upload performed

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • FTP - Download files from a plain FTP server

  • Local - Fetch files from a locally accessible directory

  • Single - Perform a single file fetch

  • List - First acquire a list of files using a single file method, then use that list to actually fetch the files

/Profiles/<PROFILE>/StationLookup/Origin/Source
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Single

Description

File source type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • File or Local - Locally accessible file

  • GET - Perform a GET request on a remote server (FTP or HTTP supported)

  • POST - The response to a POST request on a remote server

  • PUT - The response to a PUT request on a remote server

  • Process - Invoked a local command to get the file or contents

/Profiles/<PROFILE>/StationLookup/Origin/File
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Single

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = File

Description

Local file name to read from

Type

Text

/Profiles/<PROFILE>/StationLookup/Origin/Writable
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Single

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = File

Description

Indicate that the local file source supports write access (usually used for moving local files after acquisition)

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/StationLookup/Origin/Arguments
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Single

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Process

Description

Arguments passed to the executable

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/StationLookup/Origin/CaptureOutput
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Single

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Process

Description

Capture the program standard output and use it as the download result

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/StationLookup/Origin/Exit/IgnoreStatus
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Single

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Process

Description

Ignore abnormal exit status (e.x. crash)

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/StationLookup/Origin/Exit/RequireCode
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Single

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Process

Description

Required exit code for download success

Type

Integer

Undefined values

Any

/Profiles/<PROFILE>/StationLookup/Origin/Literal
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Single

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Process

Description

Do not process the program result with standard substitutions

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/StationLookup/Origin/Program
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Single

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Process

Description

Program executable

Type

Text

/Profiles/<PROFILE>/StationLookup/Origin/Data
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Single

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = POST

Description

Data to send with the request

Type

Binary, data are raw bytes

/Profiles/<PROFILE>/StationLookup/Origin/File
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Single

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = POST

Description

URL to send the request to

Type

Text

/Profiles/<PROFILE>/StationLookup/Origin/Headers
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Single

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = POST

Description

Headers send with the request, keyed on the header name

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/StationLookup/Origin/Headers/<IDENTIFIER>
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Single

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = POST

Description

Header value

Type

Text

/Profiles/<PROFILE>/StationLookup/Origin/SSL
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Single

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = POST

Description

SSL parameters for the connection

Type

SSL Specification

Structure

A SSL specification consists of a hash map defining the parameters for encrypted SSL/TLS connections.

/Profiles/<PROFILE>/StationLookup/Origin/Timeout
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Single

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = POST

Description

Maximum request time

Type

Real number

Valid range

0.0 < value

Units

s

Undefined values

Unlimited

/Profiles/<PROFILE>/StationLookup/Origin/Data
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Single

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = PUT

Description

Data to send with the request

Type

Binary, data are raw bytes

/Profiles/<PROFILE>/StationLookup/Origin/File
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Single

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = PUT

Description

URL to send the request to

Type

Text

/Profiles/<PROFILE>/StationLookup/Origin/Headers
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Single

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = PUT

Description

Headers send with the request, keyed on the header name

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/StationLookup/Origin/Headers/<IDENTIFIER>
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Single

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = PUT

Description

Header value

Type

Text

/Profiles/<PROFILE>/StationLookup/Origin/SSL
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Single

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = PUT

Description

SSL parameters for the connection

Type

SSL Specification

Structure

A SSL specification consists of a hash map defining the parameters for encrypted SSL/TLS connections.

/Profiles/<PROFILE>/StationLookup/Origin/Timeout
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Single

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = PUT

Description

Maximum request time

Type

Real number

Valid range

0.0 < value

Units

s

Undefined values

Unlimited

/Profiles/<PROFILE>/StationLookup/Origin/File
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Single

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = GET

Description

URL to send the request to

Type

Text

/Profiles/<PROFILE>/StationLookup/Origin/Headers
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Single

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = GET

Description

Headers send with the request, keyed on the header name

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/StationLookup/Origin/Headers/<IDENTIFIER>
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Single

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = GET

Description

Header value

Type

Text

/Profiles/<PROFILE>/StationLookup/Origin/SSL
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Single

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = GET

Description

SSL parameters for the connection

Type

SSL Specification

Structure

A SSL specification consists of a hash map defining the parameters for encrypted SSL/TLS connections.

/Profiles/<PROFILE>/StationLookup/Origin/Timeout
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Single

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = GET

Description

Maximum request time

Type

Real number

Valid range

0.0 < value

Units

s

Undefined values

Unlimited

/Profiles/<PROFILE>/StationLookup/Origin/Fetch/Source
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

Description

File source type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • File or Local - Locally accessible file

  • GET - Perform a GET request on a remote server (FTP or HTTP supported)

  • POST - The response to a POST request on a remote server

  • PUT - The response to a PUT request on a remote server

  • Process - Invoked a local command to get the file or contents

/Profiles/<PROFILE>/StationLookup/Origin/Fetch/Writable
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Fetch/Type = File

Description

Indicate that the local file source supports write access (usually used for moving local files after acquisition)

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/StationLookup/Origin/Fetch/Arguments
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Fetch/Type = Process

Description

Arguments passed to the executable with the listed line appended to them

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/StationLookup/Origin/Fetch/CaptureOutput
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Fetch/Type = Process

Description

Capture the program standard output and use it as the download result

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/StationLookup/Origin/Fetch/Exit/IgnoreStatus
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Fetch/Type = Process

Description

Ignore abnormal exit status (e.x. crash)

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/StationLookup/Origin/Fetch/Exit/RequireCode
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Fetch/Type = Process

Description

Required exit code for download success

Type

Integer

Undefined values

Any

/Profiles/<PROFILE>/StationLookup/Origin/Fetch/Literal
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Fetch/Type = Process

Description

Do not process the program result with standard substitutions

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/StationLookup/Origin/Fetch/Program
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Fetch/Type = Process

Description

Program executable

Type

Text

/Profiles/<PROFILE>/StationLookup/Origin/Fetch/Data
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Fetch/Type = POST

Description

Data to send with the request

Type

Binary, data are raw bytes

/Profiles/<PROFILE>/StationLookup/Origin/Fetch/Headers
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Fetch/Type = POST

Description

Headers send with the request, keyed on the header name

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/StationLookup/Origin/Fetch/Headers/<IDENTIFIER>
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Fetch/Type = POST

Description

Header value

Type

Text

/Profiles/<PROFILE>/StationLookup/Origin/Fetch/SSL
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Fetch/Type = POST

Description

SSL parameters for the connection

Type

SSL Specification

Structure

A SSL specification consists of a hash map defining the parameters for encrypted SSL/TLS connections.

/Profiles/<PROFILE>/StationLookup/Origin/Fetch/Timeout
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Fetch/Type = POST

Description

Maximum request time

Type

Real number

Valid range

0.0 < value

Units

s

Undefined values

Unlimited

/Profiles/<PROFILE>/StationLookup/Origin/Fetch/Data
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Fetch/Type = PUT

Description

Data to send with the request

Type

Binary, data are raw bytes

/Profiles/<PROFILE>/StationLookup/Origin/Fetch/Headers
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Fetch/Type = PUT

Description

Headers send with the request, keyed on the header name

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/StationLookup/Origin/Fetch/Headers/<IDENTIFIER>
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Fetch/Type = PUT

Description

Header value

Type

Text

/Profiles/<PROFILE>/StationLookup/Origin/Fetch/SSL
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Fetch/Type = PUT

Description

SSL parameters for the connection

Type

SSL Specification

Structure

A SSL specification consists of a hash map defining the parameters for encrypted SSL/TLS connections.

/Profiles/<PROFILE>/StationLookup/Origin/Fetch/Timeout
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Fetch/Type = PUT

Description

Maximum request time

Type

Real number

Valid range

0.0 < value

Units

s

Undefined values

Unlimited

/Profiles/<PROFILE>/StationLookup/Origin/Fetch/Headers
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Fetch/Type = GET

Description

Headers send with the request, keyed on the header name

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/StationLookup/Origin/Fetch/Headers/<IDENTIFIER>
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Fetch/Type = GET

Description

Header value

Type

Text

/Profiles/<PROFILE>/StationLookup/Origin/Fetch/SSL
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Fetch/Type = GET

Description

SSL parameters for the connection

Type

SSL Specification

Structure

A SSL specification consists of a hash map defining the parameters for encrypted SSL/TLS connections.

/Profiles/<PROFILE>/StationLookup/Origin/Fetch/Timeout
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Fetch/Type = GET

Description

Maximum request time

Type

Real number

Valid range

0.0 < value

Units

s

Undefined values

Unlimited

/Profiles/<PROFILE>/StationLookup/Origin/Source
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

Description

File source type

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • File or Local - Locally accessible file

  • GET - Perform a GET request on a remote server (FTP or HTTP supported)

  • POST - The response to a POST request on a remote server

  • PUT - The response to a PUT request on a remote server

  • Process - Invoked a local command to get the file or contents

/Profiles/<PROFILE>/StationLookup/Origin/File
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = File

Description

Local file name to read from

Type

Text

/Profiles/<PROFILE>/StationLookup/Origin/Writable
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = File

Description

Indicate that the local file source supports write access (usually used for moving local files after acquisition)

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/StationLookup/Origin/Arguments
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Process

Description

Arguments passed to the executable

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/StationLookup/Origin/CaptureOutput
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Process

Description

Capture the program standard output and use it as the download result

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/StationLookup/Origin/Exit/IgnoreStatus
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Process

Description

Ignore abnormal exit status (e.x. crash)

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/StationLookup/Origin/Exit/RequireCode
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Process

Description

Required exit code for download success

Type

Integer

Undefined values

Any

/Profiles/<PROFILE>/StationLookup/Origin/Literal
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Process

Description

Do not process the program result with standard substitutions

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/StationLookup/Origin/Program
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Process

Description

Program executable

Type

Text

/Profiles/<PROFILE>/StationLookup/Origin/Data
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = POST

Description

Data to send with the request

Type

Binary, data are raw bytes

/Profiles/<PROFILE>/StationLookup/Origin/File
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = POST

Description

URL to send the request to

Type

Text

/Profiles/<PROFILE>/StationLookup/Origin/Headers
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = POST

Description

Headers send with the request, keyed on the header name

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/StationLookup/Origin/Headers/<IDENTIFIER>
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = POST

Description

Header value

Type

Text

/Profiles/<PROFILE>/StationLookup/Origin/SSL
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = POST

Description

SSL parameters for the connection

Type

SSL Specification

Structure

A SSL specification consists of a hash map defining the parameters for encrypted SSL/TLS connections.

/Profiles/<PROFILE>/StationLookup/Origin/Timeout
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = POST

Description

Maximum request time

Type

Real number

Valid range

0.0 < value

Units

s

Undefined values

Unlimited

/Profiles/<PROFILE>/StationLookup/Origin/Data
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = PUT

Description

Data to send with the request

Type

Binary, data are raw bytes

/Profiles/<PROFILE>/StationLookup/Origin/File
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = PUT

Description

URL to send the request to

Type

Text

/Profiles/<PROFILE>/StationLookup/Origin/Headers
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = PUT

Description

Headers send with the request, keyed on the header name

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/StationLookup/Origin/Headers/<IDENTIFIER>
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = PUT

Description

Header value

Type

Text

/Profiles/<PROFILE>/StationLookup/Origin/SSL
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = PUT

Description

SSL parameters for the connection

Type

SSL Specification

Structure

A SSL specification consists of a hash map defining the parameters for encrypted SSL/TLS connections.

/Profiles/<PROFILE>/StationLookup/Origin/Timeout
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = PUT

Description

Maximum request time

Type

Real number

Valid range

0.0 < value

Units

s

Undefined values

Unlimited

/Profiles/<PROFILE>/StationLookup/Origin/File
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = GET

Description

URL to send the request to

Type

Text

/Profiles/<PROFILE>/StationLookup/Origin/Headers
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = GET

Description

Headers send with the request, keyed on the header name

Keys

The keys immediately below this are unique names selected by the user. These names can be any non-empty text and are generally used to designate different components to be configured. In the paths listed <IDENTIFIER> is used as a placeholder to real name selected during configuration.

/Profiles/<PROFILE>/StationLookup/Origin/Headers/<IDENTIFIER>
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = GET

Description

Header value

Type

Text

/Profiles/<PROFILE>/StationLookup/Origin/SSL
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = GET

Description

SSL parameters for the connection

Type

SSL Specification

Structure

A SSL specification consists of a hash map defining the parameters for encrypted SSL/TLS connections.

/Profiles/<PROFILE>/StationLookup/Origin/Timeout
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = List

  • /Profiles/<PROFILE>/StationLookup/Origin/Type = GET

Description

Maximum request time

Type

Real number

Valid range

0.0 < value

Units

s

Undefined values

Unlimited

/Profiles/<PROFILE>/StationLookup/Origin/ActiveMode
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = FTP

Description

FTP active mode configuration

Type

Enumeration

Values

This is an enumeration value. It accepts a single string (not case sensitive) from a list of possible choices. Possible values:

  • Active or ActiveOnly - Only use active mode transfers

  • Both - Try passive mode then active mode

  • Passive or PassiveOnly - Only use passive mode transfers

/Profiles/<PROFILE>/StationLookup/Origin/Hostname
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = FTP

Description

FTP server name

Type

Text

/Profiles/<PROFILE>/StationLookup/Origin/ImmediateKeepalive
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = FTP

Description

Require immediate responses to keepalives

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/StationLookup/Origin/KeepAlive
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = FTP

Description

Keep alive command interval

Type

Real number

Valid range

0.0 ≤ value

Units

s

Undefined values

Not permitted

/Profiles/<PROFILE>/StationLookup/Origin/MatchPath
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = FTP

Description

Path filter patterns, in depth order

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/StationLookup/Origin/MatchPath/#0/CaseSensitive
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = FTP

Description

Apply the pattern in case sensitive mode

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/StationLookup/Origin/MatchPath/#0/Pattern
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = FTP

Description

File pattern to accept

Type

Text

/Profiles/<PROFILE>/StationLookup/Origin/Password
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = FTP

Description

FTP password

Type

Text

Undefined values

cpd3

/Profiles/<PROFILE>/StationLookup/Origin/PasswordFile
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = FTP

Description

File to read the FTP password from

Type

Text

/Profiles/<PROFILE>/StationLookup/Origin/Path
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = FTP

Description

Root FTP path before pattern depth walk

Type

Text

/Profiles/<PROFILE>/StationLookup/Origin/Port
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = FTP

Description

FTP port to connect on

Type

Integer

Valid range

1 ≤ value ≤ 65535

Undefined values

Not permitted

/Profiles/<PROFILE>/StationLookup/Origin/Recursive
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = FTP

Description

Recurse all directories at the final level

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/StationLookup/Origin/RelaxedIncoming
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = FTP

Description

Do not check the incoming server and port in active mode

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/StationLookup/Origin/Resume/Download
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = FTP

Description

Enable resume in download mode

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/StationLookup/Origin/Resume/Retries
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = FTP

Description

Maximum number of retries to attempt to resume

Type

Integer

Valid range

0 ≤ value

Undefined values

Not permitted

/Profiles/<PROFILE>/StationLookup/Origin/Resume/Upload
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = FTP

Description

Enable resume in upload mode

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/StationLookup/Origin/SSL
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = FTP

Description

SSL parameters for the connection

Type

SSL Specification

Structure

A SSL specification consists of a hash map defining the parameters for encrypted SSL/TLS connections.

/Profiles/<PROFILE>/StationLookup/Origin/Timeout/Command
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = FTP

Description

Command timeout or zero for unlimited

Type

Real number

Valid range

0.0 ≤ value

Units

s

Undefined values

Not permitted

/Profiles/<PROFILE>/StationLookup/Origin/Timeout/Total
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = FTP

Description

Total operation timeout or zero for unlimited

Type

Real number

Valid range

0.0 ≤ value

Units

s

Undefined values

Not permitted

/Profiles/<PROFILE>/StationLookup/Origin/Timeout/Transfer
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = FTP

Description

Data transfer timeout or zero for unlimited

Type

Real number

Valid range

0.0 ≤ value

Units

s

Undefined values

Not permitted

/Profiles/<PROFILE>/StationLookup/Origin/UploadRateLimit
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = FTP

Description

Upload rate limit or zero to disable

Type

Integer

Valid range

0 ≤ value

Units

bytes/s

/Profiles/<PROFILE>/StationLookup/Origin/Username
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = FTP

Description

FTP username

Type

Text

Undefined values

anonymous

/Profiles/<PROFILE>/StationLookup/Origin/IgnoreReadableFlag
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Local

Description

Ignore the filesystem specified readable flag in transversal (in the event that ACLs allow reading anyway)

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/StationLookup/Origin/MatchPath
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Local

Description

Path filter patterns, in depth order

Keys

The keys immediately below this are array indices. These are indexes into an ordered list, with the first element being zero. For example, #0 is the first element of the array. The paths represented here use #0 as a placeholder for all indices.

/Profiles/<PROFILE>/StationLookup/Origin/MatchPath/#0/CaseSensitive
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Local

Description

Apply the pattern in case sensitive mode

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/StationLookup/Origin/MatchPath/#0/Pattern
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Local

Description

File pattern to accept

Type

Text

/Profiles/<PROFILE>/StationLookup/Origin/Path
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Local

Description

Root local path before pattern depth walk

Type

Text

/Profiles/<PROFILE>/StationLookup/Origin/Recursive
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Local

Description

Recurse all directories at the final level

Type

Boolean, values are TRUE or FALSE and defaults to FALSE

/Profiles/<PROFILE>/StationLookup/Origin/Writable
Required conditions
  • /Profiles/<PROFILE>/StationLookup/Origin/Type = Local

Description

Indicate that the local file source supports write access (usually used for moving local files after acquisition)

Type

Boolean, values are TRUE or FALSE and defaults to FALSE