GET realm/applications/app_name/instances/inst_name/endpoints/ep_name
The web method
GET realm/applications/app_name/instances/inst_name/endpoints/ep_name retrieves a specific instance endpoint configuration from an application instance object within an application definition.
app_name in the URI is the application name.
inst_name in the URI is the application instance name.
ep_name in the URI is the endpoint name.
Example Requests
curl -X GET http://host:port/api/v1/realm/applications/app_name/instances/inst_name/endpoints/ep_name