Skip to main content

Eggplant Performance Analyzer Version

This Eggplant Performance Analyzer REST method returns the currently installed version of Eggplant Performance Analyzer. You use the following URL with a GET HTTP method as described here.

URL​

/analyzer/api/1.0/version

HTTP Method​

GET: Gets the currently installed version of Eggplant Performance Analyzer.

Response Parameters​

ParameterTypeDescription
versionstringThe version of Eggplant Performance Analyzer that is installed.

Example Request​

http://localhost:5000/analyzer/api/1.0/version

Example Response​

{
"version": "8.0.0.154"
}