Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Is there a way to get all Native endpoints details for respective APIs (Routing Policies > Endpoint configured)?
The following REST call helps to retrieve native endpoints.
POST http://localhost:5555/rest/apigateway/search
Content-Type: application/json
{ "types": [ "POLICY_ACTION" ], "scope": [ { "attributeName": "templateKey", "keyword": "straightThroughRouting" } ] }
Note: Change the keyword according to the Routing policy.