Truugo

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/

Details

Provider
Partner
Frends version
5.7 and newer
Agent
Crossplatform
Target framework
net8.0

Required and optional API parameters.

Name Type Default Example Description
Endpoint EndpointPath – EndpointPath.GetStatus

Path for the API call

Possible values:

  • GetStatus: Get status endpoint validates given file against the selected test profile.

  • StoreStatus30d: Store status for 30 days endpoint validates given file against the selected test profile and stores the result for 30 days.

  • StoreStatus60d: Store status for 60 days endpoint validates given file against the selected test profile and stores the result for 60 days.

  • GetFeedback: Get feedback endpoint validates given file against the selected test profile and returns a test report in JSON.

  • GetReport: Get report endpoint validates given file against the selected test profile and returns result as a code and URL pointing to the report.

  • StoreReport7d: Store report for 7 days endpoint validates given file against the selected test profile and returns result as a code and URL pointing to the report. The report is stored for 7 days.

  • StoreReport14d: Store report for 14 days endpoint validates given file against the selected test profile and returns result as a code and URL pointing to the report. The report is stored for 14 days.

  • StoreReport30d: Store report for 30 days endpoint validates given file against the selected test profile and returns result as a code and URL pointing to the report. The report is stored for 30 days.

FileImportType FileImport – FileImport.FilePath

File import type selection: file path or content

Possible values:

  • FilePath: Import file via file path

  • FileContent: Import file via content

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.

An unhandled error has occurred. Reload 🗙