Injectors in a Test Run
This Eggplant Performance Analyzer REST method returns information about injectors in a test run. You use the following URL with a GET HTTP method as described here.
URL
/analyzer/api/1.0/<workspace>/<project>/<series>/<test>/<run number>/injectors
HTTP Method
GET: Gets information about injectors in a test run.
Response Parameters
Parameter | Type | Description |
---|---|---|
<injector name> | array | List of engines that executed the injector. |
Example Request
http:/analyzer/api/1.0/Workspace%201/Project%201/Series%201/Test%201/1/injectors
Example Response
{
"Injector 1": ["intel.win32.java.0"]
}