Questions tagged [apigee127]

26 questions
0
votes
0 answers

How to allow only GET and PATCH request using apigee?

I am using apigee to allow only GET and PATCH request. I want to raise a fault for all other requests with error code 403. For that I have used Raised Fault policy.
Alex
  • 3
  • 4
0
votes
1 answer

how to collect text data from response apigee

I am using serviceCalloutPolicy to get response from some "xyz" api. The response returned by "xyz" api is text data like "abnfhjdkdhrju784hhkfjhbbhg21g3u2u9fdjkfnfddsnrijirry3784yewrgshbsdjbcjsvnvksdnv" which is neither json nor xml . so how can…
Alex
  • 3
  • 4
0
votes
1 answer

How to pass dynamic values to Apigee with key?

I have a rest application that pulls data from database based on the user choice of City or County via UI. The city, and county are dynamically passed in as the user is able to choose all 50 states. The endpoints are like…
Angular_Newbie
  • 415
  • 1
  • 9
  • 25
0
votes
3 answers

Is there any fixed range or pattern in source IP address of APIGEE endpoint? Is it static or it changes?

I am setting up a load balancer in Kubernetes which will allow access to only authorized IPs. I am considering APIGEE to use an abstraction layer to manage all the authentication, rate limiting, and other filters before the client request reaches…
Amit Yadav
  • 4,422
  • 5
  • 34
  • 79
0
votes
2 answers

How to get data from API using curl?

(I am new to curl and also apigee) I am trying to get the Body data from API "https://staging.api.pearson.com/content/scapi/urn:pearson:manifestation:014f333d-ceda-476f-81f2-d3d6c89ace42" using curl with following command but unable to get any data…
0
votes
1 answer

How to access header keys from inside swagger-tools controllers?

When a parameter is defined to be 'in' header, then swagger-tools makes it available to controllers via 'args' variable, but other header's keys will not be included. My question is: how to read header keys and values that are not specifically…
0
votes
1 answer

What does in:"query" mean when describing parameters in swagger for apigee127?

I am new to making APIs, and I have recently installed apigee 127 to make APIs using swagger. But there are a few things I do not understand. I was going through an example which is as follows(relevant to question): parameters: - name:…
0
votes
2 answers

apigee 127 - JSON is escaped when ran in mock mode

I'm guessing I've missed something silly so I apologize in advance. I'm trying to run the example found at the following URL in mock mode: https://github.com/apigee-127/a127-samples/blob/master/weather-basic/api/swagger/swagger.yaml The JSON…
0
votes
1 answer

Referencing multiple pre-defined swagger 2.0 parameter definitions throwing error

I've got two re-usable parameters defined in my swagger 2.0 file: parameters: cursorParam: name: cursor in: query description: Pagination cursor. required: false type: string limitParam: name: limit in: query …
brandonscript
  • 68,675
  • 32
  • 163
  • 220
0
votes
2 answers

Node.js:Unable to invoke pipe function

I am trying out a simple program to invoke a call to a backend & get the response back, here is my node.js code: 'use strict'; var util = require('util'); var http = require('http'); var request = require('request'); var stream =…
user2825273
  • 565
  • 1
  • 4
  • 9
0
votes
1 answer

Apigee127 : Usergrid download failure preventing Mocks from being tested

Thanks for the tip Scott, I did download it a second time & ensured the size is as you mentioned it needs to be: C:\Users>a127 usergrid download Downloading Usergrid and Portal as…
user2825273
  • 565
  • 1
  • 4
  • 9
1
2