Parameters not return in FlowCallout

Hi,

When I use GET, POST, or PUT methods, to get or modify the parameters in the Flow Callout they aren’t returned.

The Flow Callout policy:

when using GET method (URL: http://IP:PORT/{version}/organizations/{ORG}/apis/{proxyName}/revisions/{revision}/policies/FC-target-preflow-request-preprocessing), the output:

Same for PUT, or POST, parameters aren’t updated. Although it works for the ‘Properties’ field!

Interesting.

You may wish to file a bug. I suspect though, that the engineering team will de-prioritize it, because what you are observing happens in Apigee Edge. There is no support for GET/PUT/POST on individual policies, in Apigee X and Hybrid .

Your workaround is to upload the modified policy as a part of a complete proxy bundle.

Hello Dchiesa1

Is there any api to upload policy in proxy?