Versions Compared

Key

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

...

NameTypeDescription
testingToolIdLongid of testing tool
testingToolNameStringname of testing tool
propertiesList<Property>properties of testing tool


Each JSON testing tool object contains a list of property value pojo. The property value object has these attributes.

AttributesTypeDescription
propertyNameStringThis is the name of the property
propertyValueStringThis is the value of the property

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}


...