Skip to main content

Eggplant Performance Test Controller Version

This Eggplant Performance Test Controller REST method returns the version number for the running instance of Eggplant Performance.

URL​

/test_controller/api/1.0/version

HTTP Method​

GET: Gets the version number of Eggplant Performance

Response Parameters​

ParameterTypeDescription
versionStringThe version number.

Example Request​

http://localhost:5001/test_controller/api/1.0/version

Example Response​

{
"version": "9.9.9.999"
}