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
3
votes
1 answer

Convert Julian Date to Normal Date in Node.js for IBM DB2 iSeries

In one of my application development I am using IBM DB2 iSeries database connected with DataDirect technology given by Progress with db2.jar. In database the date stored as 7 digit Julian format that I have to convert in normal date as timestamp in…
ANIL VISHVKARMA
  • 363
  • 1
  • 15
3
votes
1 answer

Why does Apigee Key/Value Map has such format

I'm trying to understand why Apigee has such a format for Key/Value maps. When creating a key you should POST a JSON like this: { "name": "Map_name", "entry": [ { "name": "Key1", "value": "value_one" …
madhead
  • 31,729
  • 16
  • 153
  • 201
3
votes
1 answer

How to deploy Trireme project on Apigee using Apigeetool

I have design a data layer API to establish openedge database connection using trireme-jdbc. The code is working solid when I am running the file by trireme command using cygwin, but when I start the complete project through apigeetool using command…
ANIL VISHVKARMA
  • 363
  • 1
  • 15
3
votes
1 answer

Unable to deploy API bundle on Apigee using Maven

I am unable deploy an API to Apigee using Maven. Following is the command i am using to deploy the bundle to my org on Apigee- mvn clean install -Dusername=xyz@rediffmail.com -Dpassword=PassWord@123 -Dorg=orgName -Ptest I am getting the following…
Onkaar Singh
  • 10,187
  • 3
  • 14
  • 26
3
votes
1 answer

Node JS Trireme include module

I'm running Node JS with https://github.com/apigee/trireme from Java, inside the JVM. I have a directory that looks as following: node/ -test_file.js -test_somemodule.js -somemodule/ -somemodule/index.js -somemodule/... I have no problem running…
Zackline
  • 804
  • 1
  • 9
  • 28
3
votes
1 answer

Invalid API Request for Apigee API

I have an API which requires a API key to get through. I have set the same verification policy to my set of API's. However, some of my API's work and the other do not work giving me the below error. What might be the cause. { fault: { …
ZZzzZZzz
  • 1,800
  • 3
  • 29
  • 51
3
votes
3 answers

Service callout with dynamic host name

I have a proxy in Apigee that uses a service callout to another proxy in the same environment. I would like to set the URL host for the callout to match the host of the initial request. For example, if a request is made in the dev environment…
Sean Kuhlman
  • 502
  • 3
  • 13
3
votes
2 answers

Apigee doesn't seem to support the OAuth 2 specification, is there a reason why?

We're making requests for bearer tokens using client_credentials OAuth 2 grant flow with Apigee. According to the spec: 4.4.2. Access Token Request The client makes a request to the token endpoint by adding the following parameters using the…
Michael
  • 62
  • 11
3
votes
1 answer

How to get the correct proxy URL in Apigee?

In my Apigee API Proxy, I need to get the environment URL that is defined in my configuration, so that I can send it as part of the response. For example: http://myorg-test.apigee.net/pricing However, when I try to get it using proxy.url, I get an…
Victor Lyuboslavsky
  • 9,882
  • 25
  • 87
  • 134
3
votes
5 answers

Invalid API call as no apiproduct match found.

I have just started coding with APIgee I found this error can anyone help me with this "faultstring":"Invalid API call as no apiproduct match found", "errorcode":"keymanagement.service.InvalidAPICallAsNoApiProductMatchFound"
user3706662
  • 51
  • 1
  • 1
  • 4
3
votes
1 answer

Push notification is not being delivered when iPhone comes back online

I'm testing Apple push notifications for our iPhone app. The app deployment target is 6.1 and the iPhone is running 7.1.1. We use Apigee as our push notification provider. The phone receives notifications when it's online via cellular and wi-fi,…
3
votes
7 answers

Cannot login to Apache Usergrid deployed on Tomcat7

I downloaded and built Apache Usergrid on my Ubuntu 14.04 LTS and deployed the ROOT.war on my local tomcat7 server as per instructions given at https://usergrid.incubator.apache.org/docs/deploy-local/. I copied usergrid-deployment.properties file to…
prvishnu
  • 31
  • 2
3
votes
2 answers

One Apigee Api Proxy with a different target endpoint for each environment

I am an Apigee beginner. We are doing a migration to Apigee. We have our environments in our host names, for…
atkuzmanov
  • 389
  • 5
  • 16
3
votes
2 answers

How to get all Apigee request headers in JavaScript?

I have some JavaScript in which I need to work with all the request headers in Apigee. The online doc ( http://apigee.com/docs/api-services/content/javascript-object-model ) mentions them available via context.proxyRequest.headers as name/value…
Kerb Ion
  • 31
  • 1
  • 2
3
votes
2 answers

XML to JSON Conversion Issues

Is there a way of converting XML to JSON with reference to a schema. Lets say a part of the xsd is as below:
rpattnaik
  • 76
  • 1
  • 3
1 2
3
55 56