GET realm/applications/<app_name>/instances/<inst_name>/endpoints

This web method retrieves the instance endpoint configurations of a specific application instance object from an application definition.

  • <app_name> in the URI is the application name.
  • <inst_name> in the URI is the application instance name.

Example Requests

curl -X GET http://<host>:<port>/api/v1/realm/applications/<app_name>/instances/<inst_name>/endpoints