Questions tagged [apiman]

The apiman project is an open source API Management platform, coupling a rich API design & configuration layer with a blazingly fast runtime.

The apiman project is an open source API Management platform, coupling a rich API design & configuration layer with a blazingly fast runtime.

The project is hosted at: http://www.apiman.io

34 questions
0
votes
0 answers

delete polictDef in ApiMan via GUI

I have added Policy Definition wrongly instead adding it as custom Plugin. "id": "test-policy", "policyImpl": "plugin:${project.groupId}:${project.artifactId}:${project.version}:${project.packaging}/io.apiman.plugins.test.TestPolicy", "name":…
ulab
  • 1,079
  • 3
  • 15
  • 45
0
votes
1 answer

How to avoid chunked encoding when the rest api is passing through APIMan?

I believe I got an error on my app. When I try to retrieve info from url, I got an error on JSON object. It occurs because some reason, the APIMan include a kind of encoding in the response. Here is my code: Client client =…
Celso Agra
  • 1,389
  • 2
  • 15
  • 37
0
votes
1 answer

connecting APIMAN to an external ElasticSearch database for metrics

I'm trying to connect APIMAN to an external Elastic Search database using Docker-compose. I've met some issues (see log output below). Here are the configurations…
Ismail H
  • 4,226
  • 2
  • 38
  • 61
0
votes
1 answer

Little error APIMAN in installation guide

4.6.1.1. Create a Custom Enterprise Plugin Registry JSON The first thing you will need to do is express all of your enterprise plugins as a JSON file. The format of the JSON file is specific to apiman. You can find an example of the format…
Mr_Thorynque
  • 1,749
  • 1
  • 20
  • 31
1 2
3