The Multi-Test Object
The Multi-Test Object
Attributes
-
id
integerread-only
The unique identifier of the multi test. This is known as the
collectionId
-
name
stringrequired
The multi test name
-
description
stringA description of the multi test
-
collectionType
stringrequired
The type of multi test. Always will be
multiV4
-
userId
integerread-only
The unique identifier of the user who created the multi test
-
lastRunTime
integerread-only
Time the test was last run
-
filesToSplit
arrayList of data files that have split CSV turned on. Must be included in the dataFiles attribute
-
dataFiles
arrayList of data files attached to multi test
-
creatorClientId
stringread-only
The ID of the creator client. Can be
api
(if created by API) orgui
(if created through the GUI) -
testsForExecutions
arrayThe list of tests that will be executed with this multi test
Show/Hide Child Attributes-
testId
integerThe
testId
of test within multi test -
executions
arrayThe execution settings from the file or last test run for this test
Show/Hide Child Attributes-
concurrency
integerread-only
The number of concurrent virtual users simulated to run on this location. For example,
20
will set the test to run with 20 concurrent users. Minimum:1
. Same asconcurrency
in Taurus -
usersNotConfigured
booleanread-only
Denotes if the
concurrency
override has been set or not -
holdFor
stringread-only
The length of time the test will run at the peak concurrency (same as
hold-for
in Taurus) -
durationIsNotConfigured
booleanread-only
Denotes if the
hold-for
override has been set or not -
rampUp
stringread-only
The length of time the test will take to ramp-up to full concurrency (same as
ramp-up
in Taurus) -
steps
integerread-only
-
iterations
integerread-only
The number of iterations to run the test with. Will always be
1
for this test type. Same asiterations
in Taurus -
throughput
integerread-only
The maximum throughput allowed (same as
throughput
in Taurus) -
locations
objectread-only
The locations where the test will run
Show/Hide Child Attributes-
location Id
integerread-only
A
location Id
is needed to reference the correct location. You can add more locations as key-pair values as needed. The value will be the number of users you want to run on that location. Use this ORlocationsPercents
data, not both
-
-
locationsPercents
objectThe percentage of users each location gets
Show/Hide Child Attributes-
location id
integerread-only
A
location Id
is needed to reference the correct location. You can add more locations as key-pair values as needed. The value will be the percentage of users you want to run on that location. Use this ORlocations
data, not both
-
-
executor
stringread-only
The script type you are running. Includes the following:
gatling
grinder
jmeter
locust
pbench
selenium
siege
-
testId
integerread-only
The
testId
of test within multi test -
scenario
stringread-only
BlazeMeter scenario reference for BlazeMeter reports
-
executionSource
stringread-only
Tells BlazeMeter to run the selenium scenario for End User Experience under these settings
-
-
overrideExecutions
arrayThe override settings from the file or last test run for this test. Not used in multi tests
Show/Hide Child Attributes-
concurrency
integerThe number of concurrent virtual users simulated to run on this location. For example,
20
will set the test to run with 20 concurrent users. Minimum:1
. Same asconcurrency
in Taurus -
holdFor
stringThe length of time the test will run at the peak concurrency (same as
hold-for
in Taurus). Values can be provided inm
(minutes) only -
rampUp
stringThe length of time the test will take to ramp-up to full concurrency (same as
ramp-up
in Taurus). Values can be provided inm
(minutes) only -
steps
integerThe number of rampup steps (same as
steps
in Taurus). This can be empty -
throughput
integerThe maximum throughput allowed (same as
throughput
in Taurus). This can be empty Minimum:1
Maximum:concurrency
value -
locations
objectThe locations where the test will run
Show/Hide Child Attributes-
location Id
integerA
location Id
is needed to reference the correct location. You can add more locations as key-pair values as needed. The value will be the number of users you want to run on that location. Use this ORlocationsPercents
data, not both
-
-
locationsPercents
objectThe percentage of users each location gets
Show/Hide Child Attributes-
location Id
integerA
location Id
is needed to reference the correct location. You can add more locations as key-pair values as needed. The value will be the percentage of users you want to run on that location. Use this ORlocations
data, not both -
us-west1-a
integer
-
-
-
enableLoadConfiguration
booleanDenotes if the load is being configured through BlazeMeter or not
-
-
shouldSendReportEmail
booleanDenotes if an email will be sent after the report is completed or not
-
created
integerread-only
The time that the test was created
-
updated
integerread-only
The time that the test was last updated
-
projectId
integerread-only
The
projectId
to which this test belongs. Can only be set upon creation and cannot be changed afterwards -
lastUpdatedById
integerread-only
The ID of the last user that updated the test
-
tests
arrayA list of test details attached to this multi test
Show/Hide Child Attributes-
Test Objectobject
read-only
See the Test Object Attributes for the full details of this section
-
-
masters
arrayA list of master details attached to this multi test
Show/Hide Child Attributes-
Master Objectobject
read-only
See the Master Object Attributes for the full details of this section
-
The Multi-Test Object
{
"api_version": 4,
"error": null,
"result": {
"id": 12345678,
"name": "A Full Test Settings Example",
"description": "A Full Test Settings Example",
"collectionType": "multiV4",
"userId": 123456,
"items": [],
"oldVersionId": null,
"lastRunTime": 1598556724,
"draftId": null,
"filesToSplit": [
"colors.csv"
],
"dataFiles": [
"colors.csv"
],
"creatorClientId": "gui",
"testsForExecutions": [
{
"testId": 1234567,
"executions": [
{
"concurrency": 20,
"usersNotConfigured": false,
"holdFor": "19m",
"durationIsNotConfigured": false,
"rampUp": "1m",
"steps": 0,
"throughput": 10,
"locations": {
"us-east1-b": 10,
"us-west1-a": 10
},
"locationsPercents": {
"us-east1-b": 50,
"us-west1-a": 50
},
"executor": "jmeter",
"testId": 1234567,
"scenario": "default-scenario-1234567"
},
{
"concurrency": 1,
"holdFor": "1200s",
"executor": "selenium",
"testId": 1234567,
"executionSource": "endUserExperience",
"scenario": "End User Experience for Full Test Example"
}
],
"overrideExecutions": [
{
"concurrency": 20,
"serversCount": null,
"holdFor": "19m",
"rampUp": "1m",
"steps": 0,
"throughput": 10,
"locations": {
"us-east1-b": 10,
"us-west1-a": 10
},
"locationsPercents": {
"us-east1-b": 50,
"us-west1-a": 50
}
},
null
],
"enableLoadConfiguration": true
},
{
"testId": 2345678,
"executions": [
{
"concurrency": 20,
"usersNotConfigured": false,
"holdFor": "19m",
"durationIsNotConfigured": false,
"rampUp": "1m",
"iterations": 50,
"steps": 0,
"throughput": 10,
"locations": {
"us-east4-a": 20
},
"locationsPercents": {
"us-east4-a": 100
},
"executor": "jmeter",
"testId": 2345678,
"scenario": "default-scenario-2345678"
},
{
"concurrency": 1,
"holdFor": "1200s",
"executor": "selenium",
"testId": 2345678,
"executionSource": "endUserExperience",
"scenario": "End User Experience for Full Test Example 2"
}
],
"overrideExecutions": [
{
"concurrency": 20,
"serversCount": null,
"iterations": 50,
"rampUp": "1m",
"steps": 0,
"throughput": 10,
"locations": {
"us-east4-a": 20
},
"locationsPercents": {
"us-east4-a": 100
}
},
null
],
"enableLoadConfiguration": true
}
],
"migratedFromTestCollectionId": null,
"migratedToTestId": null,
"v4MigratedDate": null,
"underMigration": null,
"shouldSendReportEmail": true,
"created": 1598555545,
"updated": 1598556724,
"note": null,
"projectId": 123456,
"lastUpdatedById": 123456,
"kpiTrackingData": null,
"tests": [
{
"id": 1234567,
"isNewTest": true,
"lastRunTime": 1598556724,
"name": "Full Test Example",
"description": "A Full Test Settings Example",
"userId": 123456,
"creatorClientId": "gui",
"overrideExecutions": [
{
"concurrency": 20,
"executor": "jmeter",
"holdFor": "19m",
"locations": {
"us-east4-a": 10,
"us-east1-b": 10
},
"locationsPercents": {
"us-east4-a": 50,
"us-east1-b": 50
},
"rampUp": "1m",
"steps": 0,
"throughput": 10
}
],
"executions": [
{
"concurrency": 20,
"usersNotConfigured": false,
"holdFor": "19m",
"durationIsNotConfigured": false,
"rampUp": "1m",
"steps": 0,
"throughput": 10,
"locations": {
"us-east4-a": 10,
"us-east1-b": 10
},
"locationsPercents": {
"us-east4-a": 50,
"us-east1-b": 50
},
"executor": "jmeter",
"scenario": "default-scenario-1234567"
},
{
"concurrency": 1,
"holdFor": "1200s",
"executor": "selenium",
"executionSource": "endUserExperience",
"scenario": "End User Experience for Full Test Example"
}
],
"hasThreadGroupsToOverride": false,
"shouldSendReportEmail": false,
"dependencies": {
"services": [
{
"service": "BlazeDemo",
"mock-service": "Entries Virual Service",
"mock-service-template": "Blazedemo Entries Template"
}
]
},
"created": 1598555261,
"updated": 1598555574,
"configuration": {
"type": "taurus",
"dedicatedIpsEnabled": true,
"javaVersion": "11",
"canControlRampup": false,
"targetThreads": 500,
"executionType": "taurusCloud",
"enableJMeterProperties": true,
"enableHostsOverride": true,
"enableFailureCriteria": true,
"enableNetworkEmulation": true,
"enableMockServices": true,
"enableTestData": false,
"enableLoadConfiguration": true,
"scriptType": "jmeter",
"threads": 500,
"filename": "Dummy.jmx",
"testMode": "script",
"extraSlots": 0,
"plugins": {
"remoteControl": [
{
"key": "newProperty",
"value": "aValue"
}
],
"hosts": [
{
"hostname": "my.hostname.com",
"ip": "10.24.25.100"
}
],
"newrelic": [
"5acc544d61a347b23d7b23c9"
],
"sharedFolders": [
"58e29fd7ca293bbb5c05776f"
],
"jmeter": {
"version": "5.3",
"consoleArgs": "",
"enginesArgs": ""
},
"network": {
"preset": "Custom",
"latency": 30,
"bandwidth": 300000,
"packetloss": 5
},
"thresholds": {
"thresholds": [
{
"field": "responseTime.avg",
"label": "ALL",
"op": "gt",
"stopTestOnViolation": false,
"value": "1500",
"isEmpty": false
},
{
"field": "responseTime.max",
"label": "ALL",
"op": "gt",
"stopTestOnViolation": true,
"value": "3000",
"isEmpty": false
}
],
"ignoreRampup": true,
"fromTaurus": false,
"slidingWindow": true
},
"userExperience": {
"enabled": true,
"pages": [
{
"label": "Homepage",
"url": "https://blazedemo.com"
}
]
}
}
},
"fileErrors": []
},
{
"id": 2345678,
"isNewTest": true,
"lastRunTime": 1598556724,
"name": "Full Test Example 2",
"description": "A Full Test Settings Example 2",
"userId": 123456,
"creatorClientId": "gui",
"overrideExecutions": [
{
"concurrency": 20,
"executor": "jmeter",
"holdFor": "19m",
"locations": {
"us-east4-a": 10,
"us-east1-b": 10
},
"locationsPercents": {
"us-east4-a": 50,
"us-east1-b": 50
},
"rampUp": "1m",
"steps": 0,
"throughput": 10
}
],
"executions": [
{
"concurrency": 20,
"usersNotConfigured": false,
"holdFor": "19m",
"durationIsNotConfigured": false,
"rampUp": "1m",
"steps": 0,
"throughput": 10,
"locations": {
"us-east4-a": 10,
"us-east1-b": 10
},
"locationsPercents": {
"us-east4-a": 50,
"us-east1-b": 50
},
"executor": "jmeter",
"scenario": "default-scenario-2345678"
},
{
"concurrency": 1,
"holdFor": "1200s",
"executor": "selenium",
"executionSource": "endUserExperience",
"scenario": "End User Experience for Full Test Example 2"
}
],
"hasThreadGroupsToOverride": false,
"shouldSendReportEmail": false,
"dependencies": {
"services": [
{
"service": "BlazeDemo",
"mock-service": "Entries Virtual Service",
"mock-service-template": "Blazedemo Entries Template"
}
]
},
"created": 1598555529,
"updated": 1598555586,
"configuration": {
"type": "taurus",
"dedicatedIpsEnabled": true,
"javaVersion": "11",
"canControlRampup": false,
"targetThreads": 500,
"executionType": "taurusCloud",
"enableJMeterProperties": true,
"enableHostsOverride": true,
"enableFailureCriteria": true,
"enableNetworkEmulation": true,
"enableMockServices": true,
"enableTestData": false,
"enableLoadConfiguration": true,
"scriptType": "jmeter",
"threads": 500,
"filename": "Dummy.jmx",
"testMode": "script",
"extraSlots": 0,
"plugins": {
"remoteControl": [
{
"key": "newProperty",
"value": "aValue"
}
],
"hosts": [
{
"hostname": "my.hostname.com",
"ip": "10.24.25.100"
}
],
"newrelic": [
"5acc544d61a347b23d7b23c9"
],
"sharedFolders": [
"58e29fd7ca293bbb5c05776f"
],
"jmeter": {
"version": "5.3",
"consoleArgs": "",
"enginesArgs": ""
},
"network": {
"preset": "Custom",
"latency": 30,
"bandwidth": 300000,
"packetloss": 5
},
"thresholds": {
"thresholds": [
{
"field": "responseTime.avg",
"label": "ALL",
"op": "gt",
"stopTestOnViolation": false,
"value": "1500",
"isEmpty": false
},
{
"field": "responseTime.max",
"label": "ALL",
"op": "gt",
"stopTestOnViolation": true,
"value": "3000",
"isEmpty": false
}
],
"ignoreRampup": true,
"fromTaurus": false,
"slidingWindow": true
},
"userExperience": {
"enabled": true,
"pages": [
{
"label": "Homepage",
"url": "https://blazedemo.com"
}
]
}
}
},
"fileErrors": []
}
],
"masters": [
{
"id": 12345678,
"name": "A Full Test Settings Example",
"userId": 123456,
"ended": 1598558395,
"lastUpdate": 1598556876,
"delayedStartReady": true,
"runnerUserId": 123456,
"charges": [],
"terminateWorkersExecuted": false,
"maxUsers": 40,
"hasData": true,
"passed": true,
"parallelTestsInWorkspace": 1,
"parallelTestsInAccount": 1,
"isPrivateData": false,
"isQueued": false,
"creatorClientId": "gui",
"executorClientId": "gui",
"secondsPerLabelDoc": 60,
"labelsCollectionSuffix": "_17_12",
"locations": [
"us-east1-b",
"us-west1-a",
"us-east4-a"
],
"scenariosMapping": [
{
"id": "62efbba7487d22dc23663844121493c09a1ac48b71c4a30d6c30cc97610c7ece",
"name": "default-scenario-1234567",
"test": "Full Test Example",
"isEndUserExperience": false
},
{
"id": "a554ead1bb83b8a545cd841054cb3d0cb346b92b0a5b813652002a4d1a6e7485",
"name": "End User Experience for Full Test Example",
"test": "Full Test Example",
"isEndUserExperience": true
},
{
"id": "ccf4726ffc4ed472310bd33d23aa67eb5b2a229a45b63f3585707b7e4743109f",
"name": "default-scenario-2345678",
"test": "Full Test Example 2",
"isEndUserExperience": false
},
{
"id": "95a83bdbe3edbbaf478724510ea81e5f9704125c9cad5754e7d3779dad1cb44e",
"name": "End User Experience for Full Test Example 2",
"test": "Full Test Example 2",
"isEndUserExperience": true
}
],
"isDebugRun": false,
"executions": [
{
"concurrency": 20,
"usersNotConfigured": false,
"holdFor": "19m",
"durationIsNotConfigured": false,
"rampUp": "1m",
"steps": 0,
"throughput": 10,
"locations": {
"us-east1-b": 10,
"us-west1-a": 10
},
"locationsPercents": {
"us-east1-b": 50,
"us-west1-a": 50
},
"executor": "jmeter",
"testId": 1234567,
"scenario": "default-scenario-1234567"
},
{
"concurrency": 1,
"holdFor": "1200s",
"durationIsNotConfigured": false,
"executor": "selenium",
"testId": 1234567,
"executionSource": "endUserExperience",
"scenario": "End User Experience for Full Test Example"
},
{
"concurrency": 20,
"usersNotConfigured": false,
"holdFor": "19m",
"durationIsNotConfigured": false,
"rampUp": "1m",
"iterations": 50,
"steps": 0,
"throughput": 10,
"locations": {
"us-east4-a": 20
},
"locationsPercents": {
"us-east4-a": 100
},
"executor": "jmeter",
"testId": 2345678,
"scenario": "default-scenario-2345678"
},
{
"concurrency": 1,
"holdFor": "1200s",
"durationIsNotConfigured": false,
"executor": "selenium",
"testId": 2345678,
"executionSource": "endUserExperience",
"scenario": "End User Experience for Full Test Example 2"
}
],
"concurrency": 42,
"useV4Pipeline": true,
"v4IndexerCollection": "{\"execution\":[1,2],\"execution:1\":[\"r-v4-5f480a1759499\",\"r-v4-5f480a175a25c\",\"r-v4-5f480a255b18d\"],\"session:1\":[\"r-v4-5f480a1759499\",\"r-v4-5f480a175a25c\",\"r-v4-5f480a255b18d\"],\"location:1\":[\"us-east1-b\",\"us-west1-a\",\"us-east4-a\"],\"execution:2\":[\"r-eux-5f480a175ace7\",\"r-eux-5f480a255ba84\"],\"session:2\":[\"r-eux-5f480a175ace7\",\"r-eux-5f480a255ba84\"],\"location:2\":[\"us-east4-a\"]}",
"isSelenium": false,
"rpsCompatible": false,
"remoteControlCompatible": true,
"hasMonitoringData": true,
"shouldSendReportEmail": true,
"shouldUseDaggerReport": true,
"hasDaggerData": true,
"kinesisStream": "prod-purp_v4pipeline_input",
"useJetlag": false,
"properties": [
{
"pairs": [
{
"key": "newProperty",
"value": "aValue"
}
],
"testId": 1234567,
"locations": [
"us-east1-b",
"us-west1-a"
],
"scenarios": [
"62efbba7487d22dc23663844121493c09a1ac48b71c4a30d6c30cc97610c7ece",
"a554ead1bb83b8a545cd841054cb3d0cb346b92b0a5b813652002a4d1a6e7485"
]
},
{
"pairs": [
{
"key": "newProperty",
"value": "aValue"
}
],
"testId": 2345678,
"locations": [
"us-east4-a"
],
"scenarios": [
"ccf4726ffc4ed472310bd33d23aa67eb5b2a229a45b63f3585707b7e4743109f",
"95a83bdbe3edbbaf478724510ea81e5f9704125c9cad5754e7d3779dad1cb44e"
]
},
{
"pairs": [
{
"key": "blazemeter.throughput",
"value": 20
}
],
"locations": [
"us-east1-b",
"us-west1-a",
"us-east4-a"
],
"scenarios": [
"62efbba7487d22dc23663844121493c09a1ac48b71c4a30d6c30cc97610c7ece",
"a554ead1bb83b8a545cd841054cb3d0cb346b92b0a5b813652002a4d1a6e7485",
"ccf4726ffc4ed472310bd33d23aa67eb5b2a229a45b63f3585707b7e4743109f",
"95a83bdbe3edbbaf478724510ea81e5f9704125c9cad5754e7d3779dad1cb44e"
]
}
],
"jetpackLabels": [
{
"id": "a33c1d47453499bb293a918912c7221b0207092445be4752cdd779ccb0b729a2",
"name": "Dummy Sampler 19-5"
},
{
"id": "38dcdb01dd33fcb6a174bc246d558ebe55c1e4f89b73af1c8101ff958d6d28f3",
"name": "Dummy Sampler 16-3"
},
{
"id": "482d2e3c84148a2a549ce24722c15ca49b9fbe0a7b8ecfe9b9600f21f47f2f26",
"name": "Dummy Sampler 5-4"
},
{
"id": "ddb1b74c3f9f21baac105072fbd95e879a946f47e23e40d7c00565a99acacd7d",
"name": "Dummy Sampler 8-5"
},
{
"id": "8d2c3b33df4519ef590751a725db1ab4f2d8af63f0230ecb8dfa04395b49142c",
"name": "Dummy Sampler 1-3"
},
{
"id": "92e28a957dd25ee6126ecfc56053a3b417867e254777bacf91ddf35b016fd8d7",
"name": "Dummy Sampler 18-3"
},
{
"id": "598fe62bc04988ae02ee66948b62ce5cb51aea16cfcd790e398f3b176b125543",
"name": "Dummy Sampler 8-3"
},
{
"id": "6db63263206a77caf33733fa38cca9daa3af616ee02fa331cdf4ef08ff07c20c",
"name": "Dummy Sampler 10-1"
},
{
"id": "05370c567029cd96cdd248188806f0f9ea114277ed0ec1fab4b616964dfbba7f",
"name": "Dummy Sampler 10-3"
},
{
"id": "778b52e53a9424f23a05b4702455800f338e8990d5cfdf01606ea25eb1d6dcfc",
"name": "Dummy Sampler 9-2"
},
{
"id": "9ac8a6ff734a9691570e63eb3cb383c3b8b2b78560756c5048e22f995fe9cd98",
"name": "Dummy Sampler 16-1"
},
{
"id": "91132961357b44bcca8cd41ab98e51ea52bb79635a6fbd2ed846793db5327960",
"name": "Dummy Sampler 8-2"
},
{
"id": "ad82592ee55bdfd3b498f9882fbcdcb06768b300e4601c7697d92ac546660181",
"name": "Dummy Sampler 18-5"
},
{
"id": "47687360da0c21b9b8c24a330319e5106eb2212f5ef4d93a4f566cb15284cf81",
"name": "Dummy Sampler 7-5"
},
{
"id": "cbd50211d966c8460e31be9a0622aa1ef614c10626c86013edee4b8ffe995d63",
"name": "Dummy Sampler 3-2"
},
{
"id": "63424082d2caf18377d1d0511fe9b11bf6362eea1802c95f08352edc3c8a7a9f",
"name": "Dummy Sampler 20-3"
},
{
"id": "90a45f6678302659a4ba252cf7169c76663c4a08bd73331b00a6ecd630e8ec03",
"name": "Dummy Sampler 8-1"
},
{
"id": "04493fa0833a77105483f32fe2a32e1baca420ea9d6cda52e876010f91b2e087",
"name": "Dummy Sampler 6-3"
},
{
"id": "a33853e884ae4a2f332974875b8f8f0a4521c8c28112e9910b52680582f72dbb",
"name": "Dummy Sampler 7-1"
},
{
"id": "c646927269709fd3d09c9119fcc5b759e9e02ee703d22b8380ef4ed9bdbd1496",
"name": "Dummy Sampler 5-1"
},
{
"id": "9e68beca618ecf994e32d275abae1fd5ab889291befe15ae040e632f30d72f84",
"name": "Dummy Sampler 16-5"
},
{
"id": "e6ea544605da60c4de5d5d1c3a47a28c532c6c1e4f58c5747def5224b31eb3e9",
"name": "Dummy Sampler 6-1"
},
{
"id": "ecaf89656817ae7dd9c8cc7c9124dfe2af0e7ee8b6c72c62731ca597245e6df5",
"name": "Dummy Sampler 3-4"
},
{
"id": "34477ff95bb9c9db10f9f61c081e8ac8c07b0d8f7334396d7afee98526de1f90",
"name": "Dummy Sampler 13-2"
},
{
"id": "abcf80cf607ea2dee316b200578d7f111654011b417c6c2aee7bb7940659ea6b",
"name": "Dummy Sampler 11-2"
},
{
"id": "868ec8f6c10315c31b1c48a07ce3087f7af4c33cbbca2af9f1137e99a87528ad",
"name": "Dummy Sampler 10-4"
},
{
"id": "6ee11a45e8d1a5ff876fbdc353222498de95de841cb4ac54e977507fe117ba37",
"name": "Dummy Sampler 1-5"
},
{
"id": "ede4ebab4eca182748b1e2a67dd8ab9a3bf7fb6779fd30fa368be69cee505ed0",
"name": "Dummy Sampler 11-5"
},
{
"id": "e1b1583297ba88ea9692c62e653f9e05a117c296d425d28921b0ea0ade936118",
"name": "Dummy Sampler 2-3"
},
{
"id": "48fb09b24a0ba3106d2a69267c586cd72b46a6690601cfe981e11dfb364be295",
"name": "Dummy Sampler 2-4"
},
{
"id": "83f4936378767c2e7ed7c016c15c4f6ddc8fc79bf582319c0e5e9202b56cd5d9",
"name": "Dummy Sampler 15-2"
},
{
"id": "621ef52f19f5ee20b3dc113ca98fd4e76b9baa235f330cc7b4f52089a7ecc6a9",
"name": "Dummy Sampler 14-5"
},
{
"id": "0d97e91dc6d283eb0e8d67fbc4ce57684999f223a4ae46e255d93f0be10058c1",
"name": "Dummy Sampler 15-4"
},
{
"id": "c07913d9d35b4071bbf32ceade632e424e173ba0eb616adf5749f613f5596c87",
"name": "Dummy Sampler 5-3"
},
{
"id": "855c41608c960154b1a940db88eb07a6e2ebd670ae17bcf1c9949089645569b1",
"name": "Dummy Sampler 7-3"
},
{
"id": "5322c068c11819ca569e53f83db83ee0c7de04f131f5163d67071cb1697cce49",
"name": "Dummy Sampler 9-1"
},
{
"id": "0656cd0ee5501a550338a725de214239f39aaa90b30cf9d0231f71a01c8f6a2e",
"name": "Dummy Sampler 1-2"
},
{
"id": "503a51d46af9a41c84f14c6c0d58bf93c5f28da66fd71356fa6ccd8cdf062b2e",
"name": "Dummy Sampler 6-4"
},
{
"id": "c21cc688dc79cc813588c83720a676308b5713747f01bab1b9ded2729ae87a2e",
"name": "Dummy Sampler 9-3"
},
{
"id": "774a039661eb7bbf98665e4d3d28d897de8287e38c190400d8eae2a81dbead99",
"name": "Dummy Sampler 9-5"
},
{
"id": "76b730928743456b46da5cc919aab783cc9780ee49267ab1ea37af9002c48002",
"name": "Dummy Sampler 3-1"
},
{
"id": "bef502394f3d70755b4bd61f527b2b21477d3cbd727b72943af5deb84c29cf25",
"name": "Dummy Sampler 11-1"
},
{
"id": "99ee3d9fd98eac61d70ba85d8171b972356efa76fe998b762727607bfa44774a",
"name": "Dummy Sampler 4-5"
},
{
"id": "b519917b55a2e594146ec7380f658dd1ec485bd0c772ae1dbe28d84aea8e68fb",
"name": "Dummy Sampler 16-4"
},
{
"id": "66c400f522edc78b20cc31742ef1ee72de8e9bd652f119da0a9e619bdcfd5f10",
"name": "Dummy Sampler 7-2"
},
{
"id": "da87cde32eb7caa848ef8da42f4c52b2dba0f055bca2be633d0c893b849c4f04",
"name": "Dummy Sampler 15-1"
},
{
"id": "0f8344b783b59a723f7b49f7ec569f4c0c4fd860bd3ef1cdf5d8ac8f8b1b5cb5",
"name": "Dummy Sampler 1-4"
},
{
"id": "25398874fb563a5732b4d20423e826511aa54359a465bdc1c63ea2f6c0ca98e7",
"name": "Dummy Sampler 11-4"
},
{
"id": "502fb1b78f92a6a9233d9b3c1d8f6d8735817fd8c9abd4f5793178fc287d47d0",
"name": "Dummy Sampler 14-1"
},
{
"id": "68a3bd366768242345da1609c8d2b826eef695feb2dcd7533e752830396f2438",
"name": "Dummy Sampler 15-5"
},
{
"id": "877e982d386229478e921a65cbbaa84fb1c14e58d5754216372ea07f79fffcce",
"name": "Dummy Sampler 4-1"
},
{
"id": "6a8331f28925eae87d618fa2a7d34044c8a4640e7f08850d0888737d9e79734d",
"name": "Dummy Sampler 5-5"
},
{
"id": "84a5f2ae39aaf71778af767f85d70e725c24816cd0a9f7f8bdb65945e6730250",
"name": "Dummy Sampler 14-2"
},
{
"id": "426b8776c5aea18236671c2031b79e03e36ae61e9525274ff37c4abd8cbf402a",
"name": "Dummy Sampler 4-3"
},
{
"id": "d26beb176d6172083f44e386db016ffe202064b9473b565dec7faed943579b99",
"name": "Dummy Sampler 4-4"
},
{
"id": "fa5901c964290213a727630018d745079de4d55b2951913a6fd29db41cf020b8",
"name": "Dummy Sampler 11-3"
},
{
"id": "5421f70a20a4cc21671898f969227cf0f7945d8bb64748fe24e97ad8ee12a4bd",
"name": "Dummy Sampler 3-3"
},
{
"id": "b5c7aed7cd2a308523e7d2847b7815909e864b2fd9c4ea88b00d35adb2ecdfd7",
"name": "ALL"
},
{
"id": "3c62fe114a84758fc274ef77eeda9ba81e0c0de495ff2786da892245ca25d8a4",
"name": "Dummy Sampler 7-4"
},
{
"id": "6be96150c1e953e08a3a1911d9db6ce1f36946840832ea4d3367c781fd2ac6c0",
"name": "Dummy Sampler 1-1"
},
{
"id": "c5f2e3537e2b7f2fa204abf63de8bc339036b7eee0f9fcb7168995cf3842a04d",
"name": "Dummy Sampler 2-5"
},
{
"id": "e934b78602eea603ed22388d47aa3090ec643c8dcd604a1ded0f21e8b97f84d3",
"name": "Dummy Sampler 5-2"
},
{
"id": "83acc6011cbf9ab77ebbc1926e0efb3d38891f39b5df0a92f730d9e7ebd54677",
"name": "Dummy Sampler 12-3"
},
{
"id": "8ad90e3eac6ba9a4919c58e925e99cedf15e897827778da751f5db68a56330bf",
"name": "Dummy Sampler 19-3"
},
{
"id": "0afba9498eb0587a5be28586c9fa0111de1bf3475dbe9618ec75e4f46814de56",
"name": "Dummy Sampler 2-1"
},
{
"id": "4e55dd94b0687148f4d3fb819da192caf00af1da9ab4e794922ecee2eb9bcca4",
"name": "Dummy Sampler 3-5"
},
{
"id": "07f8cd6ee5c77a7e8ed1430254f701d6fec3ef0aed713d34816734877b8bc086",
"name": "Dummy Sampler 4-2"
},
{
"id": "d0dd6e4b1eddc8042df773895be292546b71244763b6dbe5f456888d759a0636",
"name": "Dummy Sampler 10-2"
},
{
"id": "aca092e4f1a598ba2ce9fe4d9fbbaeb48be4eee63bff89fd222a38d2d4375871",
"name": "Dummy Sampler 12-1"
},
{
"id": "de5a49b6043c130e9fd482dfff6e039106c712db6471cf1f41f17b702ae1560b",
"name": "Dummy Sampler 6-2"
},
{
"id": "86922481745cf212fa85c1ee4b740df8546a853464a982eb3042dde4ce191fc4",
"name": "Dummy Sampler 14-3"
},
{
"id": "5a212f0d83b87585c312053aa3d9356faedcd7c83e2e862856bfab3bb352ddb3",
"name": "Dummy Sampler 9-4"
},
{
"id": "166a88b346c9a3c8c051c6b0cd33a3b3a889a75e66c9baf7307583705d335cd4",
"name": "Dummy Sampler 13-5"
},
{
"id": "687b26024f35d0e43abbe63c1ebf07ab893c27adec485a65868efd1745d35dac",
"name": "Dummy Sampler 12-2"
},
{
"id": "c013b818a253f344d1109bebece47c68eefb8a09e7614ad6665a53faf52bcc5b",
"name": "Dummy Sampler 8-4"
},
{
"id": "9917793e35334cc9e0ac8dddda32974caf006a34f1c0fc53915c07ec45165b42",
"name": "Dummy Sampler 12-4"
},
{
"id": "b8053a39eb9f4fc919b5d9ba0307a4f2c8a06609269bbc1bbb83c3ad39282978",
"name": "Dummy Sampler 13-4"
},
{
"id": "b9709d6c6edcba4fe3e44175285d35afd81a7d3a1eb3e3805ea3b48b6dcb789a",
"name": "Dummy Sampler 12-5"
},
{
"id": "ae6e735e39c6f1728918082eb5ff2cc38533fb2d99acb4cce25b591dd7c24aec",
"name": "Dummy Sampler 13-3"
},
{
"id": "2eeb16c4592db1dfb1968c839da1470319dc2e8115d762d88a0f3c3939af3db8",
"name": "Dummy Sampler 14-4"
},
{
"id": "4829ecac0001f3438346a69f721931d4dc9dc0fe4422bb6d89cc645c9020496d",
"name": "Dummy Sampler 15-3"
},
{
"id": "c5537625bcad55ff83d5d77458e4ebed42d6af21c6838cebf978cc417b921cc2",
"name": "Dummy Sampler 17-1"
},
{
"id": "2c4c77b439900407b286f4eb33b7160d476a16af900ca18a654ad7e061e47217",
"name": "Dummy Sampler 10-5"
},
{
"id": "470dd9efd4931dfb53a09dc548a601a71d3440016927b2122649463e5549da52",
"name": "Dummy Sampler 20-5"
},
{
"id": "73aa5e01278dab139d90c1e9aa23c990382944709cceac06d10cd65a4b831d7f",
"name": "Dummy Sampler 6-5"
},
{
"id": "140a676f713f0eb2bf0fae3b90a60962710215f0bb019a8b66ad7647877ea552",
"name": "Dummy Sampler 18-1"
},
{
"id": "1567863ec25cafbcb2096f6df70fd9a09795f54e3320d567cbfb15745c3f75b0",
"name": "Dummy Sampler 17-2"
},
{
"id": "3077351f2d30ec1d9ae04ffe650bd48c170f285b605f6361d35fe062a3ee49b3",
"name": "Dummy Sampler 17-3"
},
{
"id": "6c27df800121d70a8bd7b1e5d44e6b6df537c7701cc3a1e6fe4360f24e313814",
"name": "Dummy Sampler 20-4"
},
{
"id": "214d463309bc94e927761a111c2fb2f8a71d68d385a04de41953d654c78fe730",
"name": "Dummy Sampler 16-2"
},
{
"id": "ce873b3e1ee8b6cb68b054d5183a477074921c18e8b76b32ed7b131a666160b1",
"name": "Dummy Sampler 18-2"
},
{
"id": "585ee62293662d8e2c161c2621efe4e4b7d8e7cd8de5d19699ee943fb7e0d4f9",
"name": "Dummy Sampler 2-2"
},
{
"id": "dee07183c003946de4025ba7254aae42ba735fd3c0c5c16ed25e3f7781afaf42",
"name": "Dummy Sampler 17-4"
},
{
"id": "5a89b5ddc9ad089d0710d21a353cef4aceae32986d878b9fba63caa078413c7d",
"name": "Dummy Sampler 18-4"
},
{
"id": "462afc6b4bd64d9c36b76647a73f0d6804d2040bf0144eb120eb0a62271161aa",
"name": "Dummy Sampler 13-1"
},
{
"id": "a84e1865e6521543fe19aebb2a17880758c3eedd3862d77406ced6ba32173471",
"name": "Dummy Sampler 17-5"
},
{
"id": "604f26d4fd943ca3f9151b787861fb38418981ebde5c1d895eccc0c27dee1bc8",
"name": "Dummy Sampler 20-1"
},
{
"id": "f2259feb82136c0a9e7741a26064a9dc481b4eba05aec62255a7e6730c3ef58a",
"name": "Dummy Sampler 20-2"
},
{
"id": "6cd919cc493c050f18cf5a51b011072cdb16aa89128ce77082698447ceebf736",
"name": "Dummy Sampler 19-1"
},
{
"id": "37bb60ebb0d33cff3b0781173dd81565132d5f8765ddda7c28300665f78aff77",
"name": "Dummy Sampler 19-2"
},
{
"id": "a2d3f40bbbd4ca65daa242eaeca2473f35dcc1b594f2c047fb8941df1131a3be",
"name": "Dummy Sampler 19-4"
}
],
"dependencies": [
{
"services": [
{
"service": "BlazeDemo",
"mock-service": "Entries Virtual Service",
"mock-service-template": "Blazedemo Entries Template"
}
]
}
],
"env": "https://a.blazemeter.com",
"enableFailureCriteria": {
"1234567": true,
"2345678": true
},
"enableLoadConfiguration": true,
"created": 1598556695,
"updated": 1598558701,
"thresholds": [
{
"thresholds": [
{
"field": "responseTime.avg",
"label": "ALL",
"op": "gt",
"stopTestOnViolation": false,
"value": "1500",
"isEmpty": false
},
{
"field": "responseTime.max",
"label": "ALL",
"op": "gt",
"stopTestOnViolation": true,
"value": "3000",
"isEmpty": false
}
],
"ignoreRampup": true,
"fromTaurus": false,
"slidingWindow": true,
"testId": 1234567
},
{
"thresholds": [
{
"field": "responseTime.avg",
"label": "ALL",
"op": "gt",
"stopTestOnViolation": false,
"value": "1500",
"isEmpty": false
},
{
"field": "responseTime.max",
"label": "ALL",
"op": "gt",
"stopTestOnViolation": true,
"value": "3000",
"isEmpty": false
}
],
"ignoreRampup": true,
"fromTaurus": false,
"slidingWindow": true,
"testId": 2345678
}
]
}
]
},
"request_id": "5f4819c52ed93"
}