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

-bash: nodetool: command not found

i want to monitor cassandra through cli but as soon as i hit nodetool command it says nodetool command not found cassandra is installed in my host here is the cassandra bin path and data and here is the configuration directory of Cassandra i can…
user15224751
-1
votes
1 answer

Apigee Emulator: valid API key: but response "InvalidApiKey"

Given: Running Apigee Emulator, deployed proxy, Postman with valid API key. Desired result: proxy in Emulator to return OK 200. Actual result: response "InvalidApiKey". Details: The same API key is being used with Postman to get the OK 200 answers…
duck
  • 186
  • 1
  • 13
-1
votes
1 answer

How to Remove multiple root element in JSON?

"{ "LEINumber": "335800QRNLKAHGA1BL68", "LegalName": "METROPOLITAN CLEARING CORPORATION OF INDIA LIMITED", "NextRenewalDate": "04-03-2022 00:00:00 +05:30", "LegalForm": "Public Limited Companies", "RegistrationStatus":…
-1
votes
1 answer

Apigee + Angular No 'Access-Control-Allow-Origin' header is present on the requested resource

Morning; Maybe this question was asked before 100 times, but really I can not resolve it . I have this configuration in Apigee that respond to OPTIONS request.
Adouani Riadh
  • 1,162
  • 2
  • 14
  • 37
-1
votes
2 answers

Unable to deploy proxy to apigee using apigeetool

Thanks joey, I am using the below commands from Jenkins but getting errors. Set-ExecutionPolicy RemoteSigned Import-Module…
Sadhan
  • 15
  • 2
  • 9
-1
votes
1 answer

How to clear specific cache using cache key in Apigee

curl -v -H by-pass=true -u rsekhar@beachbody.com …
-1
votes
4 answers

Array to json conversion using javascript in apigee

I have an array like this ["test","test group 2","test group 4","test group 4","test group 5","test group 6"] I need to convert this array in to json . I have tried below code: var jsonString = JSON.stringify(myArray); output as like…
Ambili
  • 121
  • 1
  • 1
  • 5
-1
votes
1 answer

Pig running with thread

I'm trying to load the data from the local dir to pig using the command records = load '/home/hduser/Downloads/1901' as (year:chararray,temperature:int, quality:int); dump records; This works fine. while I try the next command filtered_records =…
jona
  • 21
  • 1
  • 6
-1
votes
1 answer

Getting XML malformed error once I just create a target in Apigee

Server Error. javax.xml.bind.UnmarshalException - with linked exception: [org.xml.sax.SAXParseException; lineNumber: 22; columnNumber: 2; The markup in the document following the root element must be well-formed.] XML is well formed when I…
-1
votes
2 answers

Cloud based alternative to LAMP that can communicate to external API's

I am developing PHP plugins for CMS systems that at the moment communicates with my LAMP (PHP server) setup. As I am about to rewrite my server and PHP plugins and I am looking for a way to bypass the server konfiguration, maintaining and so on. The…
-1
votes
1 answer

Differece between Strike Arrest and Quata policies

I am new to Apigee Service. I was using certain policies provided by Apigee. What is the difference between Strike Arrest policy and Quota policy used in APIGEE edge??
-1
votes
1 answer

How to query APIGEE for missing attribute

I need to find all entities in a collection that don't have a location associated with them. How does one do this? Thanks in advance.
MoreScratch
  • 2,933
  • 6
  • 34
  • 65
-1
votes
1 answer

How to disable TRACE method in Apigee server

Is there any way to disable TRACE HTTP method in Apigee server?
-1
votes
1 answer

Obtaining message processor ip

We're trying to add an originating ip address target request and I wasn't able to find how to access the ip address of the message processor. I did find this in the documentation: system.interface.{interface_name} but I'm not sure if that would…
user3393335
  • 1
  • 1
  • 3
-1
votes
1 answer

Many errors sending push notification with the Apigee console

We have an iOS app which is able to receive push notification through the Apigee SDK. The push notifications are sent by using the Apigee admin console. Within the console, we configured both dev and prod environments. The prod environment is used…
Lisarien
  • 1,136
  • 1
  • 12
  • 24