Request URL
GET https://api.dotcom-monitor.com/config_api_v1/StressTest/{id}
Get test settings by its 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 | |
---|---|---|---|
DevicePlatform | string | The type of a test device.
Example:
|
|
PlanType | string | The type of load curve used in the test:
Example:
|
|
Steps | LoadStep Curve attributes.
Example:
|
||
StepType | string | The type of the Load Step Curve step:
|
|
UsersOrSpeed | int | The number of virtual users emulated on the step or load ramp-up/down rate. | |
DurationSec | int | The time duration set for the step in seconds. | |
StepRole | string | The type of the Goal-Based Curve step:
|
|
Status | string | The test execution status:
Example:
|
|
ID | int | The test scenario ID.
Example:
|
|
Name | string | The test scenario name.
Example:
|
|
UserName | string | The name provided upon the test start.
Example:
|
|
dynamicCurve_StartUsers | int | The starting number of concurrent users to load the site with.
Example:
|
|
dynamicCurve_MaxUsers | int | The maximum number of users at a moment.
Example:
|
|
dynamicCurve_MaxTestDuration | int | The maximum test duration in minutes.
Example:
|
|
goalBasedCurve_TransactionsGoal | int | The goal throughput.
Example:
|
|
goalBasedCurve_Duration | int | The Goal-Based test duration in minutes.
Example:
|
|
goalBasedCurve_MaxUsers | int | The recommended value for the maximum number of virtual users that can be simulated at one time on the target resource.
Example:
|
|
goalBasedCurve_StartUsers | int |
The recommended number of virtual users to start the test with.
Example:
|
|
goalBasedCurve_AdjustmentRate | int |
The rate is used to adjust the test execution scenario and represent the number of executions during the stage.
Example:
|
|
static_MaxUsers | int | The number of users actually simulated on the target resource per time interval
Example:
|
|
static_TransactionsPerMin | int | The actual number of transactions simulated on the target website per minute at each test iteration.
Example:
|
|
VUD_UsersPerAgent | int |
The number of virtual users simulated per Load Injector Server (LI Server).
Example:
|