Bronze 2
Since ‎03-07-2021
‎10-11-2023

My Stats

  • 3 Posts
  • 0 Solutions
  • 1 Likes given
  • 0 Likes received

hgupta184's Bio

Badges hgupta184 Earned

View all badges

Recent Activity

I want to achieve a common logging platform for Apigee X Proxy and Apigee X Integration. In APIGEE X Proxy I am doing service callout to send the logs to google cloud logging. How can I achieve the same for APIGEE X Integration Logs.
I am using below config in quota policy in apigeex. Q-EnforceQuota 1 hour true true 2022-9-16 12:00:00 I am getting below error :The Allow element value in DefaultConfig cannot be less than or equal to 0.Can someone please suggest what is the ...
I want to extract Json array from json payload and build an xml request with the same number of blocks as json array contains. How to do that?