Skip to main content

Eggplant Performance Test Controller:GET Version Method

This 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"
}

For information about using the REST API with Eggplant Performance Test Controller, see Using Eggplant Performance Test Controller with the REST API.