Questions tagged [apigee]

You can get Apigee product related answers and support on the Apigee Community at http://community.apigee.com Apigee is part of Google team, that produces and sells an API Management Platform. Products include an API communications gateway, a backend-as-a-service App Services / REST-accessible JSON store. Use this tag for questions about Apigee products; and also indicate the Apigee product such as API Dashboard or Edge.

The Company

Apigee is a company that produces and sells an API Management Platform. The central product is an API communications gateway (Apigee Edge), and there is also the backend-as-a-service App Services thing, which is a REST-accessible JSON store. Use this tag for questions about Apigee products; and also indicate the Apigee product such as API Dashboard or Edge.

Apigee Edge

Think of this as a transparent HTTP proxy server for API calls. Operators can configure the Gateway to do "anything" when an incoming API call is received, including dynamic routing, data transformation, security mediation (authentication or authorization), rate limiting or quota enforcement, caching, response data masking, response data augmentation, and more.

App Services

App Services is the commercial version of the usergrid open-source project. To a developer, it looks like a JSON store of arbitrary scale. It's accessible via a REST interface, GET/PUT/POST/DELETE, and includes a built-in set of resources, accessible via different /paths in the URL, to store things like users, activities, and so on. You can define additional resource types as extensions to that base model.

838 questions
-1
votes
1 answer

Apigee OPDK, unable to make an API call

I installed OPDK on my local machine & deployed an Apigee API Bundle on the instance. Next when I try to make an API call from Postman, I am NOT able to get a response instead I get, This seems to be like an "error connecting to…
user2825273
  • 565
  • 1
  • 4
  • 9
-1
votes
1 answer

Working around the wildcard limitation in defining hierarchical APIs

Suppose I want to create the following APIs: /movies/{movieId}/cast /movies/{movieId}/crew /movies/{movieId}/awards On the recent versions of Apigee, wildcards are no longer allowed in the base URL. To achieve the ones above, we first created an…
prits
  • 19
  • 4
-1
votes
1 answer

Is there restriction in Apigee tool from cloud to customize the portal page?

Is there any restriction in Apigee tool from Cloud to customize the portal page ? We are looking for developer portal like http://developer.nytimes.com/ Do we need actual APigee tool or Apigee free version from cloud support us to customize the…
-1
votes
2 answers

Nested Json - Extract Data Policy

I am having trouble using the "extract data" policy for larger, nested json results. how would I write this in the apigee "extract data" policy? In particular, I'm interessted in the npi, last name, first name and business address…
-1
votes
2 answers

Apigee - Change resource name during request

As part of my API proxy, I'd like to map a target resource called search to the proxy resource super-search. So if my base url is myproxy/v1.2, and I create the resource super-search, then I'd like the URLs to be modified as…
Tadhg
  • 561
  • 5
  • 15
-1
votes
1 answer

Quota violation is not working as per quota set in API proxies

I have created a below quota which can consume API 6 times per hour. This is an verify API key authentiication type. URL is http://damuorgn-test.apigee.net/weatherforecastforlongandlat?apikey=dJAXoH8y6GfVNJSjlDhpVIB4XCVyJZ1R But Quota exception…
-1
votes
1 answer

How to remove an organization whihc is created already?

I like to remove\delete the organization from https://apigee.com/appservices/#!/organizations URL. Please let me know the steps to be performed for the same.
-1
votes
1 answer

How to store and process time-series data in Apigee App Services?

I am writing an app that will store regular temperature readings, and am looking to use Apigee App Services for the storage. However, to chart the temperature readings over time, it is inefficient to pull all the readings out over a period (e.g. a…
Andrew
  • 19
  • 3
-1
votes
3 answers

Apigee - Setting up a New App

I created a new account on Apigee. I can successfully run the sandbox app, but I am having difficulty setting up a new app. I created the new app in the admin panel and downloaded the SDK (Javascript). The new-project-template however contains the…
RLS
  • 41
  • 6
-1
votes
1 answer

how to connect apigee proxy (Oauth verify) by using apigee android sdk?

i would like to use apigee android sdk in android app. By using android sdk, I would like to connect apigee end point proxy but api proxy has got Oauth 2.0 verification. How to access our proxy? //Create client entity String ORGNAME =…
Penguen
  • 16,836
  • 42
  • 130
  • 205
-1
votes
1 answer

Apigee and Hosted Node.JS

We are looking at using Apigee and are intrigued by the notion of hosting node.js code directly inside Apigee's framework. From what we can tell, popular Node modules such as Express and others are included. In a video, we thought we saw that users…
-1
votes
2 answers

Pulling picture UUIDs for a known set of users on Apigee

I am trying to come up with the best strategy to accomplish the following on Apigee platform: I have "teams" of users, and I'd like each of the users within the team to be able to see pictures of the rest of the team. Correspondingly I want to…
Alex M
  • 175
  • 1
  • 9
-1
votes
2 answers

Is there any size limit on Apigee proxy?

I have configured a simple passthrough proxy for my backend API. It's working fine for URL's that return short data. I have one URL that returns around 700KB of data. For this, it returns only partial data (around 54K) with 200 status. Is there a…
mmh
  • 63
  • 2
  • 8
-1
votes
2 answers

What's the best and easiest way to create user profiles for a To Do List website that uses JavaScript and jQuery?

I learned JavasSript, HMTL, CSS, and jQuery on Codecademy.com and began building a website that provides users with a To Do list that they can edit and sort. I coded it in Sublime Text and just have it on my computer currently. My question is, what…
Jackmc1047
  • 391
  • 2
  • 5
  • 12
-2
votes
1 answer

Apigee JavaScript resource output running Cloud Code emulator?

I'm writing Apigee JavaScript Policy Resources using the VS Code Cloud Code plugin and can't locate the print statement output- is it available while running the Apigee (Docker) emulator? TIA.
Mike Summers
  • 2,139
  • 3
  • 27
  • 57
1 2 3
55
56