PerformanceTestResultResponse
An object the API returns that describes the performance test results.
Declaration
object PerformanceTestResultResponseProperties
| Name | Type | Description |
|---|---|---|
config Required | PerformanceTestConfig | A PerformanceTestConfig object that enumerates the test parameters. |
failures Required | Failures | 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 Required | int32 | An integer that describes the number of pending requests in the performance test. |
responseTimes Required | PerformanceTestResponseTimes | A PerformanceTestResponseTimes object that enumerates the response times measured during the test. |
result Required | PerformanceTestStatus | A PerformanceTestStatus object that describes the overall result of the test. |
successRate Required | int32 | An integer that describes he success rate percentage of the performance test. |
target Required | string | 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.