Skip to content

JMeter Engine

Renaud Subiger edited this page Mar 17, 2022 · 2 revisions

Get status

Get the current status of the JMeter Enging (if it is running or not).

GET /rest/jmeter

Response

Status: 200 OK
{
  "active": false
}

Stop running test

Stop the current running test execution if any.

POST /rest/jmeter/stop

Query Parameters

Name Description
immediate Boolean that tell whether stop is immediate or wait for current sample end. Default: false.

Response

Status: 204 No Content

Table of Contents

Clone this wiki locally