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
0
votes
2 answers

apigee: where do I correlate the keys with this policy

So I read this in the apigee documentation to understand how I can enforce an API validation policy . I am still confused on where this is correlating the keys with . 1) lets say I have an api key called key1 for a client . the
user1801279
  • 1,743
  • 5
  • 24
  • 40
0
votes
3 answers

Apigee error creating notifier for Android

I followed the proper steps at http://apigee.com/docs/app-services/content/creating-notifiers After registering with GCM for an Android API key. If I do my own "push" notifications my API key works fine, but when trying to register a new Android…
Nick Pirollo
  • 191
  • 2
  • 12
0
votes
4 answers

Apigee as a BaaS

We are developing an HTML5 application. We are intending to use Apigee as a BaaS. Our main concern is user roles and management. We need to extend the user capabilities. Our application will have projects and we want to allow our users to assign…
0
votes
1 answer

Custom Attributes on an OAuth Authorization Code?

The documentation for the "Generate Authorization Code" policy (http://apigee.com/docs/gateway-services/api/oauth-flow-variables) indicates that custom attributes can be set on authorization codes via the declarations. How does one access these…
0
votes
2 answers

can you use a variable in the message logging policy for host and port?

can you use a variable in the message logging policy for host and port? for example
0
votes
2 answers

linking an map to an API policy in apigee

I am trying to perform some basic authentication . I have created a map in apigee with an apikey and allowed user, Can anyone help me on how I could link this map to the verify API key policy .
user1801279
  • 1,743
  • 5
  • 24
  • 40
0
votes
1 answer

Apigee: can't upload binary data for asset

I understand that this is a beta feature, but I am getting nowhere with it. I can create the asset, but when I try to upload the data, I don't get anything useful. This is what I'm doing (javascript): this.uploadImageData = function(asset,…
0
votes
1 answer

Apigee - how to redirect to a different resource

I have an API proxy created with Apigee which works properly. However, I want to make a change in a resource name. Currently, I have the following resource: /collection/{Id}/products which redirects to /collection/{Id}/products I…
Chavdar
  • 3
  • 1
  • 2
0
votes
3 answers

How to make Apigee 4.23 (OPDK) allow HTTP 405 response from backend that doesn't have the ALLOW header?

My backend server returns HTTP 405 back to Apigee 4.23 (OPDK) for a particular request. However, the backend fails to set the "ALLOW" header that the standard says that a 405 response should include. Instead of fixing my backend (due to some…
tsv
  • 1
  • 4
0
votes
1 answer

Host a custom API in Apigee - howto

I have created a custom API for an application i'm developing with my team. The API is in PHP,actually using the CakePHP framework. Can i host and use resources of Apigee for my API? Or i can simply manage the API through API dashboard,which means i…
Kostas Livieratos
  • 965
  • 14
  • 33
0
votes
1 answer

Apigee Console To Go Fails with 401 Apigee Platform Proxy Configured to use Oauth 2.0

We are using Apigee Platform to host our api's. Our Api Proxy in Apigee is configured to use Oauth 2.0 client_credentials and implicit grant types. We are creating Console To Go to provide testing console for our API's to developers and Configured…
Nitin Arora
  • 2,650
  • 1
  • 26
  • 27
0
votes
2 answers

Apigee: Invalid Redirect URI Oauth Authentication

We are using free account of Apigee and facing an issue where we are getting error while doing oauth authentication {"ErrorCode":"invalid_request","Error":"Invalid redirection uri http:\/\/dev.whodini.com:8081\/auth\/callback"} Please help if…
Nitin Arora
  • 2,650
  • 1
  • 26
  • 27
0
votes
1 answer

How to setup Phonegap Build with PushPlugin, Apigee on Android

I am trying to setup a Phonegap (v3.0.0) project with push notifications through Apigee and build the project using Phonegap Build using the command line interface. Here is what I have so far: I installed Phonegap on my Windows following these…
pawelglow
  • 708
  • 1
  • 10
  • 20
0
votes
2 answers

WADL request representation parameter with nested values (e.g. foo[bar]=baz)

How can I define a request representation parameter that has a nested value? Results in "string value 'foo[bar]' does not match pattern for xs:NMTOKEN"
Brian Gates
  • 474
  • 5
  • 17
-1
votes
1 answer

API catalogs - experience APIs vs system apis

What are the security practices that differentiate system apis to experience APIs in API lex and layered API architecture
Naren Karanam
  • 61
  • 1
  • 3
  • 10