Series Data Values

This Eggplant Performance Analyzer REST method returns data values for a specified series. These are the data that would be plotted on a chart or displayed in a table for this category/statistic/series type/series. 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_view/<view>/data/<category>/<statistic>/<series type>/<series>

HTTP Method

GET: Gets the data values for the given series. These are the data that would be plotted on a chart or displayed in a table for this category/statistic/series type/series.

Response Parameters

Parameter Type Description
chartData object The series and all the data values.

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/Timing/%3CCOMBINED%3E

Example Response

{

"chartData": {

"<COMBINED>": {

"1": 0.301,

"10": 3.112,

"100": 30.0,

"11": 3.405,

"12": 3.708,

"13": 3.997,

"14": 4.3,

"15": 4.596,

"16": 4.869,

"17": 5.182,

"18": 5.476,

"19": 5.757,

"2": 0.628,

"20": 6.043,

"21": 6.323,

"22": 6.648,

"23": 6.932,

"24": 7.251,

"25": 7.559,

"26": 7.871,

"27": 8.167,

"28": 8.455,

"29": 8.724,

"3": 0.953,

"30": 8.999,

"31": 9.29,

"32": 9.623,

"33": 9.914,

"34": 10.2,

"35": 10.494,

"36": 10.79,

"37": 11.118,

"38": 11.433,

"39": 11.759,

"4": 1.23,

"40": 12.056,

"41": 12.37,

"42": 12.686,

"43": 12.977,

"44": 13.3,

"45": 13.584,

"46": 13.867,

"47": 14.137,

"48": 14.447,

"49": 14.736,

"5": 1.54,

"50": 15.058,

"51": 15.353,

"52": 15.672,

"53": 15.961,

"54": 16.261,

"55": 16.55,

"56": 16.85,

"57": 17.161,

"58": 17.455,

"59": 17.744,

"6": 1.84,

"60": 18.023,

"61": 18.323,

"62": 18.635,

"63": 18.922,

"64": 19.212,

"65": 19.51,

"66": 19.784,

"67": 20.085,

"68": 20.378,

"69": 20.675,

"7": 2.161,

"70": 20.979,

"71": 21.286,

"72": 21.586,

"73": 21.874,

"74": 22.182,

"75": 22.478,

"76": 22.782,

"77": 23.074,

"78": 23.359,

"79": 23.659,

"8": 2.484,

"80": 23.925,

"81": 24.207,

"82": 24.496,

"83": 24.806,

"84": 25.093,

"85": 25.445,

"86": 25.769,

"87": 26.061,

"88": 26.364,

"89": 26.67,

"9": 2.808,

"90": 26.99,

"91": 27.305,

"92": 27.582,

"93": 27.889,

"94": 28.195,

"95": 28.491,

"96": 28.808,

"97": 29.18,

"98": 29.402,

"99": 29.72

}

}

}

 

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