Configuring discovery settings in the Dashboard
About this task
To customize the discovery process, configure the discovery parameters on the Dashboard.
Steps
-
Go to Discovered APIs → Settings.
-
Click the Discovery Configuration tab and set the value for AI Engine Subpath Depth.
AI Engine Subpath Depth defines the number of subpaths used to uniquely discover the base path of a new API. The maximum allowed value is 6 when ASE is deployed in inline mode and 10 when ASE is deployed in sideband mode.
Example:
The following are examples of subpath values and what they mean:
-
1
indicates/atmapp
is the base path for/atmapp/zipcode
,/atmapp/update
, and so on. -
3
indicatesv1/cust1/atmapp
is the base path forv1/cust1/atmapp/zipcode
, and so on.
-
-
Click Discovered APIs on the Dashboard and click Export to download the API definition in
.json
format . -
Add the downloaded API JSON definitions to ASE by running the following command:
# /<ASE_Installation path>/pingidentity/ase/bin/cli.sh –u admin -p admin add_api {file_path/api_name}