You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Query parameter concat value is not being appended to the REST URL after upgrading OIC Gen2 to GEN3

edited Jul 30, 2024 12:01PM in Integration 3 comments

We recently migrated from OIC Gen2 to Gen3, and one of our integrations uses a REST API to connect with Oracle Cloud Infrastructure (OCI) to get users. When we pass values using concat to the query parameter, they are not being appended to the REST endpoint dynamically. As a result, we are retrieving all users instead of filtering based on the query parameter.

In the log file that the userName parameter is appearing as blank in the REST endpoint URL.

adapterEndpointMetricsMessage": "Request: 'Call External REST API: Get /admin/v1/Users/{.}/' completed successfully in 231 milliseconds

it should be like

adapterEndpointMetricsMessage": "Request: 'Call External REST API: Get /admin/v1/Users/?filter=userName+eq+%22SRDAVU%22' completed successfully in 231 milliseconds

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!