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
Parameter | Type | Description |
---|---|---|
version | String | The version number. |
Example Request
http:/test_controller/api/1.0/version
Example Response
{
"version": "9.9.9.999"
}