...
Name | Type | Description |
---|---|---|
id | Long | id of testing tool |
name | String | name of testing tool |
properties | List<Property> | properties of testing tool |
GET
...
Info | ||
---|---|---|
| ||
http://host:port/flexdeploy/rest/administration/testautomation/testingtool? Append the following character sequences to the above URL to specify Query parameters.Use '&' between successive query parameters:testingtoolname={name} Examples:To search by testing tool name only:http://host:port/flexdeploy/rest/administration/testautomation/testingtool?testingtoolname={name} |
GET
This service returns all testing tools configured, does not support query using parametersthat match the query parameters. If no query parameters are given all testing tools will be returned.
Info | ||
---|---|---|
| ||
http://host:port/flexdeploy/rest/administration/testautomation/testingtool |
...