TestParserInputV2
is used
to input data for testing a parser.
Table: TestParserInputV2
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Sep 20, 2024 | |||||
parserId | string | yes | Deprecated | The unique identifier of the parser. | |
parserName | string | yes | Deprecated | The name of the parser. | |
parserScript | string | yes | Deprecated | The parser script to be tested. | |
repositoryName | string | yes | Deprecated | The name of the repository in which the parser is located. | |
testData | [string] | yes | Deprecated | The events on which to test the parser. |