Skip to main content

Stop Test Run at End of Iteration

This Eggplant Performance Test Controller REST method instructs all virtual users to stop at the end of the current iteration.

URL

/test_controller/api/1.0/<workspace>/<project>/<test>/stop_at_end_of_iteration

HTTP Method

POST: Instructs all virtual users to stop at the end of the current iteration

POST Data Parameters

None

Response Parameters

TypeDescription
<string>An entry for each engine in the test. For each engine there is a list containing two values: a <boolean> value indicating whether the request to stop was processed successfully, and a <string> containing a message.

Example Request

http://localhost:5001/test_controller/api/1.0/Demo%20Workspace/Demo/demoScript/stop_at_end_of_iteration
POST Data
{}

Example Response

{
"intel.win32.clr4_6.0": [
true,
"Virtual users instructed to stop at end of iteration"
]
}