We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Get the current status of the JMeter Enging (if it is running or not).
GET /rest/jmeter
Response
Status: 200 OK
{ "active": false }
Stop the current running test execution if any.
POST /rest/jmeter/stop
Query Parameters
immediate
false
Status: 204 No Content