https://www.redline13.com/Api/LoadTest
This API allows you to search for your tests and returns the following data for found results.
Parameter | Type | Test Types | Required | Details |
---|---|---|---|---|
state |
GET | All | No | Limit results to |
name |
GET | All | No | Filter on test name contains this string. |
start |
GET | All | No | Any date/time string which can be parsed supporting common formats such as find tests after '10/25/2016 05:00'. |
end |
GET | All | No | Any date/time string which can be parsed supporting common formats such as find tests before '10/25/2016 05:00'. |
loadTestId |
GET | All | No | Will limit response to the specific load test id. |
page |
GET | All | No | Results are by default paged in the response based on the count in the request. |
count |
GET | All | No | Number of results per request, min 1, max 50, default 10. |
curl "https://www.redline13.com/Api/LoadTest" -H "X-Redline-Auth: YOUR_API_KEY"
curl "https://www.redline13.com/Api/LoadTest?name=foo" -H "X-Redline-Auth: YOUR_API_KEY"