Netum.Truugo.Validator / 1.0.0
Summary
Task for calling specified Truugo API Validator endpoint and returns its response. Truugo API Swagger for reference: https://api.truugo.com/reference/
Required and optional API parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| Endpoint | EndpointPath |
– | EndpointPath.GetStatus |
Path for the API call Possible values:
|
| FileImportType | FileImport |
– | FileImport.FilePath |
File import type selection: file path or content Possible values:
|
| FilePath | String |
– | C:\files\report.xml |
Full path to the file to be validated |
| FileName | String |
– | report.xml |
Name of the file, necessary when file content is used as input. |
| StorageTimeInHours | Int32 |
24 |
24 |
get-report API call can store the report for 1-24 hrs |
| InstanceName | String |
– | CustomInstanceName |
Optional instance name, can be used to override the file name in statistics. |
| Tag | String |
– | CustomTag |
Optional tag |
| ErrorsOnly | Boolean |
False |
false |
Can be used to limit the feedback to invalid test phases only. |
| Content | String |
– | <report>...</report> |
XML content to be validated. |