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>List<PropertyDefintionPojo>properties of testing tool

...

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

AttributesTypeDescription
propertyName
nameStringThis is the name of the property.

displayName

String This is the display name of the property.
dataTypeStringThis is the data type of the property.
propertyValue
descriptionString

This is the

value

description of the property.

isRequiredBooleanThis is the boolean which represents whether or not the property is required.
isEncryptedBooleanThis is the boolean which represents whether or not the property is encrypted.
isActiveBooleanThis is the boolean which represents whether or not the property is active.

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}


...