Web Applications REST Endpoints

Web Applications
The Web Application API facilitates configuration of Web Applications, identification through URL patterns, as well as managing Web Application related attributes, like naming of contextual information on Pages and Ajax Calls, and how to simplify URLs for better identification and aggregation.
Create Web Application definition
Method: post
Path: /serviceapi/apm.dataserver/api/v1/webApps/create
Get all Web Application definitions
Method: get
Path: /serviceapi/apm.dataserver/api/v1/webApps/getAll
Get the unconfigurable rules that are always applied.
Method: get
Path: /serviceapi/apm.dataserver/api/v1/webApps/alwaysAppliedRegexes
Get web-application metrics
Method: get
Path: /serviceapi/apm.dataserver/api/v1/webApps/getMetrics
Test a set of regular expressions
Method: post
Path: /serviceapi/apm.dataserver/api/v1/webApps/testRegexes
Update Web Application definition
Method: post
Path: /serviceapi/apm.dataserver/api/v1/webApps/update
Validate regular expression
Method: get
Path: /serviceapi/apm.dataserver/api/v1/webApps/validateRegex