Questions tagged [api-manager]

[DO NOT USE] Use `wso2-am` tag instead.

API Manager leverages proven, production-ready integration, security, and governance components from the WSO2 Enterprise Service Bus, WSO2 Identity Server, and WSO2 Governance Registry. In addition, it leverages the WSO2 Business Activity Monitor for Big Data analytics, giving you instant insight into APIs behavior.

As with all WSO2 products, the WSO2 API Manager is 100% open source. Designed for easy customization, it is extensively pluggable to integrate with existing infrastructure in your enterprise.

Reference :

http://wso2.com/products/api-manager/

209 questions
0
votes
1 answer

Using one node for more than one component at WSO2 API Manager

At [1] said that for using a distribuited setup is necessary create four directories (one node for store, another for publisher, another for gateway and another for keymanager). My question is: Is it possible to use just a node for more than one…
0
votes
1 answer

Monetizing by lenght requests at WSO2 APIM

We know that is possible monetize API at , version 1.10, for requests. Is it possible monetize for length sent contents? Or , if not possible, can I have a report from BAM or DAS with requests length sent?
0
votes
1 answer

Dynamically replace the PATH value of an Endpoint (WSO2 - API Manager)

I have created an API in the WSO2 API Manager (1.10.0) with the next info: POST: /regularPath/* API URL: http:///t/tenant.com/api/1.0.0/ HTTP-Endpoint: http://:8181/{uri.var.newRestVar} The issue is that the HTTP…
Edenshaw
  • 1,692
  • 18
  • 27
0
votes
1 answer

WSO API Manager tutorial

I am trying to create and publish a new API, but at the end of the creation of an API I don't have the button "save and publish" I just have "save" so my API is correctly created but not published. Is there anyone who can help me for doing that?…
mawena4
  • 21
  • 1
0
votes
1 answer

Pass comment with svn commit in WSO2 Carbon

I'm using WSO2 Carbon along with SVN DepSync setup like the link below describes: https://docs.wso2.com/display/Cluster/SVN-based+Deployment+Synchronizer I wonder if there's a way to configure the carbon.xml to pass a comment along with every…
0
votes
1 answer

Get users IP address that triggers a call from WSO2 API Manager

Is possible to get the users IP that triggered the API call on WSO2 API Manager and pass it on to the call? Any help how to do this please
Brian
  • 197
  • 4
  • 14
0
votes
2 answers

MInimized deployment of WSO2 APIM

We're considering to provide our own UI for WSO2, and make it work with the APIM gateway by invoking Publisher/Store REST API's. Is there a way to strip of the UI part of WSO2 APIM and have a deployment containing only the gateway the key…
Ofer Lahav
  • 411
  • 4
  • 14
0
votes
1 answer

Split deployment of WSO2 APIM

We would like to split API Manager so it will run on two seperate machines: Machine #1 will run * API gateway - and any dependent component, but as minimal as possible Machine #2 will run * API Key Manager * API publisher * API store On machine #1…
Ofer Lahav
  • 411
  • 4
  • 14
0
votes
2 answers

WSO2 API manager prototype API HTTP response status

I am using the inline javascript prototype feature in the WSO2 API manager and I'm trying to set different HTTP response statuses. Is this possible? If so how is it done? So far I have tried setting the HTTP_SC property but this doesn't seem to have…
Tom Neale
  • 3
  • 3
0
votes
1 answer

API Manager : Permissions on Application on the Store

i'm working on API Manager 1.9.0 and i have a little question on the configuration of permissions on the Store. I am working with organizations and shared applications. So i wonder if it is possible to keep a user from deleting or editing an shared…
alban.v
  • 11
  • 2
0
votes
0 answers

Issues proxying POST APIs with bodies on Windows / .Net

I'm putting together a Proof of Concept for WSO2, and can proxy a local spring boot service (on mac) that sends in a JSON object in the POST body with no issues. However, when I try to deploy WSO2 on a windows machine, proxying a .Net service…
Dan G
  • 1,051
  • 8
  • 14
0
votes
1 answer

WSO2 Api Manager Application for several users

Here is my problem : I'm tring to create an application which could be seen from the store by different users. I create the application "app1" with "user1" and i want "user2" to "join" the application "app1". So is it possible to relate some users…
alban.v
  • 11
  • 2
0
votes
1 answer

WSO2 API Manager v1.8.0 - Clustering

I have a question on WSO2 API Manager Clustering. I have gone through the deployment documentation in detail and understand the distributed deployment concept where in one can seggregate the publisher, store, key manager and gateway. But as per my…
dave
  • 91
  • 6
0
votes
2 answers

WSO2 P.PaaS : Access APIM

Am new to WSO2. I have installed P.PaaS. How do I access APIM? Can you show me an example, please? using phone. Pardon brevity.
cogitoergosum
  • 2,309
  • 4
  • 38
  • 62
0
votes
1 answer

WSO2 API Manager (1.9.0) - Set Expire Date/Validity Time Via cURL

When using the WSO2 AM via the Store it is possible to set a Validity Time, so that the access token expire time can be increased/decreased. Is it possible to set the Validity Time via cURL when generating a new token? E.g. Normal token generation…