List Analysis Views for a Test Run
This Eggplant Performance Analyzer REST 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:/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"
}
}