Bronze 2
Since ‎05-02-2019
‎04-09-2023

My Stats

  • 14 Posts
  • 0 Solutions
  • 1 Likes given
  • 2 Likes received

mle1996's Bio

Badges suchansinee Earned

View all badges

Recent Activity

I use service callout to call API for get data and this example of data. after that, I use EV policy to extract calloutResponse.content.ApiKey keeps in data1 variable. after that, I set the data1 variable in the header.I debug calloutResponse.content...
I try to set "*****" to employee_salary property this is my js codevar data = context.getVariable("data");var jsonObject = JSON.parse(data);for(var i = 1; i <= jsonObject.length; i++) {print(jsonObject[i]) //[object Object]print(jsonObject[i].employe...
this is my js codevar payload = JSON.parse(request.content);var headers = {'Content-Type' : 'application/json'};var url = 'https://jsonplaceholder.typicode.com/posts';var operation = "POST";var req = new Request(url, operation, headers, payload);var ...
Does Apigee Private Cloud support SMTP relay?What is different between SMTP and SMTP relay?
I don't understand. Why can send the request more than 5 request per second?and How does work?Thank you
Likes from