Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameTypeDescription
idLongid of testing tool
nameStringname of testing tool
propertiesList<Property>properties of testing tool

GET

...

Info
titleQueryParams

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
titleBase URL for Testing Tool REST API

http://host:port/flexdeploy/rest/administration/testautomation/testingtool

...