v1

latestOpenAPI 3.0.2Apache 2.02026-07-13444463.0 KB
test

Get TestResults by Service

get/tests/service/{serviceId}

Response

List of TestResults for the Service having the requested id

idstring required

Unique identifier of TestResult

versionnumber required

Revision number of this test

testNumbernumber required

Incremental number for tracking number of tests of a service

testDateinteger required

Timestamp of creation date of this service

testedEndpointstring required

Endpoint used during test

serviceIdstring required

Unique identifier of service tested

elapsedTimenumber

Elapsed time in milliseconds since test beginning

successboolean required

Flag telling if test is a success

inProgressboolean required

Flag telling is test is still in progress

runnerType'HTTP' | 'SOAP_HTTP' | 'SOAP_UI' | 'POSTMAN' | 'OPEN_API_SCHEMA' | 'ASYNC_API_SCHEMA' | 'GRPC_PROTOBUF' | 'GRAPHQL_SCHEMA' required

Type of test strategy (different strategies are implemented by different runners)

operationHeadersOperationHeaders

Specification of additional headers for a Service/API operations. Keys are operation name or "globals" (if header applies to all), values are Header objects DTO.

timeoutinteger

The maximum time (in milliseconds) to wait for this test ends