After the test has been started, and the real-time report is now available, you can copy and paste the Master ID into a document for later use (see below screenshot). This ID will be used as a parameter in the API to identify a specific master of your BlazeMeter test.
Currently, you can find the 'Master ID' in 2 ways,
- In the URL line of your BlazeMeter report:
- If you start a test using API, you will see the Master ID in the response as the "id" key (under "result"):
{ "api_version": 4, "error": null, "result": { "id": 17398003, "name": "concurrency V4", "userId": 136992, "runnerUserId": 136992, "creatorClientId": "gui", "executorClientId": "api", "secondsPerLabelDoc": 60, "labelsCollectionSuffix": "_17_12", "locations": [ "us-east-1" ], "scenarios": [ "scenario_1" ], "isDebugRun": false, "created": 1521463502, "updated": 1521463503, "testId": 5974583, "projectId": 38828, "sessionsId": [ "r-v4-5aafb0cf396ed" ] } }
0 Comments