GET realm/applications/<app_name>/endpoints/<ep_name>
This web method retrieves a specific endpoint object from an application definition.
- <app> in the URI is the application name.
- <ep_name> in the URI is the endpoint name.
Example Requests
curl -X GET http://<host>:<port>/api/v1/realm/applications/<app_name>/endpoints/<ep_name>