Bronze 2
Since ‎07-21-2022
Thursday

My Stats

  • 9 Posts
  • 0 Solutions
  • 1 Likes given
  • 10 Likes received

VPPL's Bio

Badges ravivish83 Earned

View all badges

Recent Activity

Hi,I have 2 servers, the external system always send JSON requests to server1 ,and if server1 is down ,then only send JSON requests to Server2.Server1Server2do we have option of verify the server URL is up or not before sending the requests and set t...
We get the part of JSON looks like below as one parameter contains different lines ,which causes issue at Apigee side to forward the same to target endpoint{"error_message":"Received non success response code","error_details":{"path":"\/api\/v1\/name...
Hi,I have requirement like one client application will send JSON event to Kafka Producer on Apigee via http and Kafka producer will format and forward that event to Kafka topic on-premise.is it possible to create a Kafka client producer using any pyt...
I have a requirement that Azure JSON payload dynamic flieds values to be captured and transformed to another JSON request.As per different JSON payloads at https://docs.microsoft.com/en-us/azure/azure-monitor/alerts/alerts-common-schema-definitionsHe...
In the JSON payload like below, I have to capture "severity": only '4' digit value but ExtractVariables gives Sev4 , and which 4 digit value needs to be sent to other JSON pay load via { "schemaId": "azureMonitorCommonAlertSchema", "data": { "essen...