Request URL
GET https://api.dotcom-monitor.com/config_api_v1/StressTest/{id}/Result
Get a test result by ID.
Path Parameters
Field | Type | Required | Description |
---|---|---|---|
id |
string |
true |
The unique id of a load test. Refer to StressHistory_Seq_ID to select an id. |
Success Response
Field | Type | Description | |
---|---|---|---|
HasData |
bool |
The field contains “true” if the test results are available.
Example:
|
|
RealStartTime/RealStartTime_UTC | long |
The field represents the time when the load emulation started (the first request was sent).
Example:
|
|
CompletedAt/CompletedAt_UTC | long |
The field represents the time when the last request was sent.
Example:
|
|
StartTime/StartTime_UTC | long |
The time when the test was run by a user.
Example:
|
|
FinishedTime/FinishedTime_UTC | long |
The time when the last response was registered.
Example:
|
|
SessionsCount | ulong |
The total number of sessions started by concurrent users.
Example:
|
|
SessionsCountSucceded | ulong |
The number of sessions that were run without errors.
Example:
|
|
SessionsCountFailed | ulong |
The number of sessions with failures.
Example:
|
|
SessionsCountUncompleted | int |
The number of sessions that were not completed prior to the end of the test.
Example:
|
|
AverageDuration | double |
The average duration of transactions in seconds (time for browser initialization and user behavior delays are not included).
Example:
|
|
MinDuration | int |
The minimum duration of the test transactions in seconds.
Example:
|
|
MaxDuration | int |
The maximum duration of the test transactions in seconds.
Example:
|