This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Problem Statement:During the implementation of a Service Callout within
a Post-Client Flow in Apigee, the service callout works as expected when
using a hardcoded target URL. However, when attempting to use a Target
Server (configured as API_URL) wit...
Hi ALL,We are migrating the following APIs from our Node.js stack to
Apigee. In Node.js, these APIs are exposed with dynamic URL segments as
shown
below:api/v1/:id/sample/:id2/privateapi/v1/:id/getsample/:id2/publicapi/v1/:id/testsample/:id2/privateW...
Hi All,We are currently using a proxy to call the backend, achieved by
passing the use.proxy and use.proxy.tunneling properties within the
configuration.Our goal is to dynamically enable
or disable the proxy by retrieving the values (true or false) ...
In Apigee, want to create a consumer that retrieves data from RabbitMQ
and processes it whenever new data arrives in the queue. This consumer
should always be running as a continuous process. Is this possible? Or
is there any other way to achieve it.
Hi Guys,In the context of my GCP integration, I need to download reports
from a bucket. Can I use the same bucket with multiple service accounts,
or do I need separate buckets for each service account? I would
appreciate your insights on this.