Enabling the Defect Tracking System REST API interactive framework
The built-in Defect Tracking System Integration REST API interface provides you with a way to visualize RESTful web services that are used for submitting defects to a defect tracking system. Use the framework to interact with the Defect Tracking System Integration API and get clear insight into how the API responds to parameters and options.
Before you begin
Note:
- To enable the framework's URL for users, the Product Administrator must create a file called
dtsweb.properties in <install-dir>\AppScan
Enterprise\Liberty\usr\servers\ase\config\. Add this line of
code:
dtsweb.rest.doc.enabled=true
. Otherwise, users get a 404 error page when they attempt to access the URL. - Restart the HCL AppScan Enterprise Server service after you create the
dtsweb.properties
file. - To access the interactive Defect Tracking System REST API framework, go to https://<domain>:9443/dtsweb/pages/apidocs.html.
Procedure
- Log in to AppScan Enterprise.
- Go to https://<domain>:9443/dtsweb/pages/apidocs.html. Bookmark the URL for future reference.
- Follow the example in Enabling the Application Security Management REST API interactive framework to learn how to use the interface.