UpdateJobParameter matchstring --value “match string value” [optional parameters]
Parameter | Argument | Optional | Description |
---|---|---|---|
help | N/A | 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 match string is applied only to the tool with the given tool name; otherwise, it is applied to all tools supporting the match string. If this parameter is omitted or an empty string, other parameters are applied to all tools supporting the match string. |
format | enum ( plain / base64) | Yes | Format of provided match string. Setting the format to base64 makes the value parameter to be interpreted as base64. This applies only to the value you insert in the command and doesn’t influence the way of storing match strings internally by Aurora Focus. |
persistent | bool ( true / false) | Yes | If true, setting the match string will be persistent (saved in the database). Otherwise, it will only be applied to a currently deployed job. |
match_mode | enum string ( unknown / disabled / string_contains / string_exact / regex) | Yes | Match mode:
|
value | string | No | Match string value. If the format parameter is set to base64, then the value is interpreted as base64; otherwise, it is plain text. |
UpdateJobParameter matchstring --value "XYZ"
[UpdateJobParameter result] Set match string, success