List Analysis Views for a Test Run

This Eggplant Performance Analyzer method lists the analysis views for a specified test run. You use the following URL with a GET HTTP method as described here.

URL

/analyzer/api/1.0/<workspace>/<project>/<series>/<test>/<run number>/analysis_views

HTTP Method

GET: Lists the analysis views for a specified test run.

Response Parameters

Parameter Type Description
analysis_views Object The names and URLs of the analysis views in this test run.

Example Request

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

Example Response

{

"analysis_views": {

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

}

}

 

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