Comando | Breve | Parámetro | Rango | Ejemplo |
---|---|---|---|---|
match_string _update | .msu | value | cadena dentro de comillas individuales | msu.value 'match_value' |
match_string _update | .msu | tool | cadena dentro de comillas individuales | msu.tool 'barcode' .value 'match_value' command:msu,ok |
match_string _update | .msu | match_mode | STRING_EXACT STRING_CONTAINS REGEX DISABLED | msu .match_mode STRING_EXACT .value 'match_value' command:msu,ok |
match_string _update | .msu | persistent | true/false | msu .persistent true .value 'match_value' command:msu,ok |
match_string _update | .msu | format | PLAIN BASE64 | msu.format PLAIN .value 'match_value' command:msu,ok |
match_string _update | .msu | - | - | ejemplo usando todos los parámetros: match_string_update .tool 'barcode' .match_mode STRING_EXACT .persistent true .format PLAIN . value 'string match' command:msu,ok |