Listing API JSON files
Steps
-
Check the addition of an API JSON file to ASE by running the following CLI command:
/<ASE_Installation path>/pingidentity/ase/bin/cli.sh –u admin -p admin list_api
-
Use List API in ASE Admin APIs to verify.
Example:
The following is a sample
curlcommand for it:curl --location --request GET '{{List_API}}' \ --header '{{Access_Key_Header}}: {{Access_Key}}' \ --header '{{Secret_Key_Header}}: {{Secret_key}}'