Eggplant Performance Test Controller:
POST/Abort Test Run Method

This method terminates all engine processes immediately.

URL

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

HTTP Method

POST: Terminates all engine processes immediately

POST Data Parameters

None

Response Parameters

The response is an object, containing one entry for each injector in the test. For each injector there is a list containing two values: a Boolean value indicating whether the request to abort was processed successfully, and a String containing a message.

Example Request

http://localhost:5001/test_controller/api/1.0/Demo%20Workspace/Demo/demoScript/abort

 

POST Data

{}

Example Response

{

"localhost": [true, "Engines aborted"]

}

 

This topic was last updated on January 13, 2022, at 02:42:23 PM.

Eggplant icon Eggplantsoftware.com | Documentation Home | User Forums | Support | Copyright © 2022 Eggplant