Enabling the Application Security Management REST API interactive framework
The built-in REST API interface provides you with a way to visualize RESTful web services that are used for creating and updating applications, setting up application access for users, and adding or updating issues. Use the framework to interact with the 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 modify the <install-dir>\AppScan
Enterprise\Liberty\usr\servers\ase\config\asc.properties file
by adding this line of code:
ase.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 modify theasc.properties
file. - To access the interactive REST API framework, the instance name must be called 'ase' (for example, https://<domain>:9443/ase/api/pages/apidocs.html).
- This page has examples for only a few APIs. For more information about all the APIs, refer to https://%3Cdomain%3E:9443/ase/api/pages/apidocs.html
About this task
Learn how to use the interactive framework by following this example to create an application by using the /application REST API.