Eggplant Performance Analyzer Tests

This Eggplant Performance Analyzer REST method returns information about a specified test. You use the following URL with a GET HTTP method as described here.

URL

/analyzer/api/1.0/<workspace>/<project>/<series>/<test>

HTTP Method

GET: Gets information about the specified test.

Response Parameters

Parameter Type Description
testRuns object The names and URLs of the test runs in this test.

Example Request

http://localhost:5000/analyzer/api/1.0/Workspace%201/Project%201/Series%201/Test%201

Example Response

{

"testRuns": {

"1": "http://localhost:5000/analyzer/api/1.0/Workspace%201/Project%201/Series%201/Test%201/1"

}

}

 

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