Eggplant Performance Test Controller:
GET Workspaces (Information) Method

This Eggplant Performance Test Controller REST method gets a list of the available workspaces, plus the name of any running tests.

URL

/test_controller/api/1.0

HTTP Method

GET: Gets information about the Eggplant Performance workspace

Response Parameters

Parameter Type Description
Workspaces Object The name and URL of all the available workspaces
currentTest Object The workspace, project and test names of the currently running test, or null if no test is running

Example Request

http://localhost:5001/test_controller/api/1.0

Example Response

{

"currentTest": null,

"workspaces": {

"Demo Workspace": "/test_controller/api/1.0/Demo%20Workspace"

}

}

 

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