Get Match String Commands

Get Match String Commands

If an optional argument is not provided, use the default value.
Skipping a required parameter results in command failure
Get Match String command:
GetJobParameter matchstring [optional parameters]
Parameters:
Get/Set Command Parameters
Parameter
Argument
Optional
Description
help
no argument
Yes
Produce a help message with a description of all commands. If provided, other arguments are ignored, and only the help output is returned.
toolname
string (
empty string
by default)
Yes
Friendly name of a tool. If provided, the result will contain only data for the given tool (and only if the given tool is found and supports a match string). Otherwise, the result contains data for all tools.
format
enum (
plain
/ base64)
Yes
The format used to present the match string in the result.
Example input:
GetJobParameter matchstring --format plain
Example result:
[GetJobParameter result] Get match string result: ["GetMatchStringEntries",[{"MatchMode":"STRING_EXACT","MatchString":"ABC","Toolname":"Datacode 1"}]]