Series Types for a Statistic

This Eggplant Performance Analyzer REST method lists the available series types for a statistic. 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/<view>/data/<category>/<statistic>

HTTP Method

GET: Lists available series types for a statistic.

Response Parameters

Parameter Type Description
chartAxisSeriesType object The names and URLs of all the available series types.

Example Request

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

Example Response

{

"chartAxisSeriesTypes": {

"Injector": "http://localhost:5000/analyzer/api/1.0/Workspace%201/Project%201/eries%201/Test%201/1/analysis_views/View%201/data/Transactions/Percentiles/Injector",

"Script": "http://localhost:5000/analyzer/api/1.0/Workspace%201/Project%201/Series%201/Test%201/1/analysis_views/View%201/data/Transactions/Percentiles/Script",

"Timing": "http://localhost:5000/analyzer/api/1.0/Workspace%201/Project%201/Series%201/Test%201/1/analysis_views/View%201/data/Transactions/Percentiles/Timing",

"VU Group": "http://localhost:5000/analyzer/api/1.0/Workspace%201/Project%201/Series%201/Test%201/1/analysis_views/View%201/data/Transactions/Percentiles/VU%20Group"

}

}

 

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