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
Parameter | Type | Description |
---|---|---|
version | string | The version of Eggplant Performance Analyzer that is installed. |
Example Request
http:/analyzer/api/1.0/version
Example Response
{
"version": "8.0.0.154"
}