Versions Compared

Key

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

...

AttributesTypeDescription
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.
descriptionString

This is the 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}


...