id | long | The ID of the load test |
collectorId | string | The ID of the load test collector. Primarily used for interal purposes but it also serves as the unique value in the publicly shareable link to view the load test |
name | string | The name of the load test |
email | string | The email of the user who created the load test |
username | string | The username of the user who scheduled the load test |
description | string | The description of the load test |
paid | boolean | Indicates that the load test has been paid for |
start | ISO 8601 Date | The scheduled start time of the load test |
end | ISO 8601 Date | The scheduled end time of the load test |
state | SCHEDULED | STAGING_COLLECTOR | STAGING_AGENTS | RUNNING | PAUSED | CLEANING_UP | STOPPED | ABORTED | FINISHED | FAILED | DELETED | An enumeration of states that the load test can be in |
queryState | READY | STARTING_UP | NOT_READY | Indicates whether the raw data query service for this load test is active and serving requests |
queryExpiration | ISO 8601 Date | If the query state is READY, then this field indicates the time when the query service will shutdown |
region | US_EAST | US_WEST | EU_WEST | AP_SOUTHEAST | AP_NORTHEAST | SAO_PAULO | OREGON | The geographical region where the source of traffic will be generated from |
tags | array | An array of tag objects. |
delayedStart | boolean | Indicates that the load test started later than it was scheduled to start |
annotations | array | Annotations that have been added to the Load Test Overview graph through the UI |
migratedFromBrowserMob | boolean | Indicates that the load test was migrated to WPM from BrowserMob |
testType | RealBrowserUser | VirtualUser | Undetermined | Indicates the type of scripts used in the test script (they will all be the same type) |
launchedUsers | int | Number of users that where requested for the test. Currently the number of users that were actually provisioned is not available. |
scriptsCount | int | The number of scripts in the test |
partsCount | int | The number of discrete parts in the test plan |
parts | array | An array of objects that represent the discrete parts in the test plan |
scripts | array | An array of objects that represent the scripts in the load test |
uniqueFailures | array | An array of objects that represent script failures that occurred during the load test |
stoppedEarly | boolean | Indicates that the load test was stopped prematurely (usually by a user clicking Stop or Abort in the UI) |