Generic HTTP Endpoint
If you plan to build your own custom application, you can use the Generic HTTP Endpoint. The generic HTTP endpoint sends test result data or issues data in batches via HTTPS using HTTP Basic Auth. This option is the most amount of effort, as it requires you to create the necessary infrastructure to receive and process all the test results or issue data. In addition, since the transport mechanism is HTTPS, you also need to obtain an SSL certificate from a trusted CA for your destination. Self-signed certificates are not supported by the Generic HTTP data push.
The format of the messages sent by the generic HTTP data push follows the same schema below, the only difference is the messages are contained in a JSON list. There may be one or more test results or issues in each message. For example:
[
{test result},
{test result},
{test result}
]
Example Output:
Updated over 2 years ago
For configuration you can refer to our help article here: