Contents

PerformanceTestResultResponse

An object the API returns that describes the performance test results.

Declaration

object PerformanceTestResultResponse

Properties

NameTypeDescription
config RequiredPerformanceTestConfig

A PerformanceTestConfig object that enumerates the test parameters.

failures RequiredFailures

A Failures object that represents a map of server-to-server notification failure reasons and counts that represent the number of failures encountered during the performance test.

numPending Requiredint32

An integer that describes the number of pending requests in the performance test.

responseTimes RequiredPerformanceTestResponseTimes

A PerformanceTestResponseTimes object that enumerates the response times measured during the test.

result RequiredPerformanceTestStatus

A PerformanceTestStatus object that describes the overall result of the test.

successRate Requiredint32

An integer that describes he success rate percentage of the performance test.

target Requiredstring

The target URL for the performance test.

Discussion

This object is the response the Get Performance Test Results API call returns. To initiate a performance test, call Initiate Performance Test.

See Also

Server performance testing