TestRun

Get all test runs for the given filters.

Get all test runs for the given filters.

get/test-runs

Query parameters

api-versionstring required

The API version to use for this operation.

orderbystring

Sort on the supported fields in (field asc/desc) format. eg: executedDateTime asc. Supported fields - executedDateTime

searchstring

Prefix based, case sensitive search on searchable fields - description, executedUser. For example, to search for a test run, with description 500 VUs, the search parameter can be 500.

testIdstring

Unique name of an existing load test.

executionFromstring date-time

Start DateTime(RFC 3339 literal format) of test-run execution time filter range.

executionTostring date-time

End DateTime(RFC 3339 literal format) of test-run execution time filter range.

statusstring

Comma separated list of test run status.

maxpagesizeinteger

Number of results in response.

Response

The request has succeeded.

nextLinkstring uri

The link to the next page of items

Changes