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
1
vote
3 answers

Unable to use the Java API to push resources to WSO2 API Manager v2.0.0 registry

Using the Java API to push resources to the registry of APIM 2.0.0 fails. The same code used against APIM 1.10.0 succeeds. Example code to reproduce is of the sort String tenantDomain = “mytenant.com"; String url =…
1
vote
0 answers

errors configuring prepacked wso2 identity server with wso2 api manager

I configured wso2 api manager with wso2 prepacked identity server 5.1.0. while trying to login into api publisher i got some errors
1
vote
1 answer

APIM191 - "Status Report - Not Found" In a distribuited setup.

I have a distributed setup (WSO2 APIM 191) like this: 2 servers working with store and pubisher in cluster; (Server A and B); 2 servers working with gateway-workers and keymanager in cluster; (Server C and D); 1 server working as gateway-manager;…
1
vote
1 answer

Issue with Surf Oauth as a Third-Party Key Manager WSO2

I am trying to implement Surf OAuth as third party key manager in WSO2 API Manager. https://docs.wso2.com/display/AM1100/Configuring+a+Third-Party+Key+Manager But after deploying it to tomcat, none of the buttons work, they return nothing. In Chrome…
John Seen
  • 701
  • 4
  • 15
  • 31
1
vote
1 answer

Wso2 esb AWS SQS Mediator messageAttributes

i've problem with Amazon SQS Mediator in wso2 ESB. How can I sendMessage with messageAttributes ? I've tried with Name=andrea&Type=String&Value=234 and…
1
vote
0 answers

wso2 api manager does not support URL pattern demo/*.action

I published my API at WSO2 API Publisher with url pattern demo/test.action which will return a json object. From API Store, when I 'try it out' from API console, it gives response code 200 which means it worked successfully. But from the 'Response…
1
vote
1 answer

wso2 api manager one consumer many clients

Currently, I have a running application with a bunch of customers and custom servlet API. To have a possibility to integrate my app with app of my partner I need to implement REST API and OAuth 2.0 flow. And am on my way to integrate WSO2 API…
Sorik
  • 9
  • 2
1
vote
3 answers

wso2 api manager clustering

I am trying to set up a cluster for WSO2 api manager and I am following https://docs.wso2.com/display/CLUSTER44x/Clustering+API+Manager+1.10.0 I am using seperate VMs for each of the component and currently in my setup I am able to Publish an api…
1
vote
1 answer

WSO2 APIM Clustering - populating updates to gateways

Looking at the following WSO2 clustering documentation, it seems as the only way WSO2 gateways are updated with API's info is by publisher pushing the information to the gateway via HTTPs port. There are a few questions which are not clear from…
Ofer Lahav
  • 411
  • 4
  • 14
1
vote
2 answers

WSO2 API Manager parallel limit parallel requests

I wonder if there is any limit requests made ​​to the API Manager per second. This limit depends on the processing power of the machine or is there any restriction of technology?
1
vote
1 answer

How to log last user login in WSO2

There is a table in our WSO2 DB (SQL Server) called [IDN_OPENID_USER_RPS] and it has a column - LAST_VISIT. I have searched to find a configuration setting that will turn this feature on, but no success. It is used for OpenId. Any help or ideas…
Tim
  • 31
  • 6
1
vote
2 answers

WSO2 - Error while invoking APIUsageStatisticsClient for ProviderAPIUsage

I have setup WSO2 API Manager (version 1.9.1) and have configured it with BAM (version 2.5.0) following the instructions provided here to the letter: https://docs.wso2.com/display/AM191/Publishing+API+Runtime+Statistics I am using MySQL server and…
NG Algo
  • 3,570
  • 2
  • 18
  • 27
1
vote
0 answers

APIM 1.9.1 - Using get method for send token

I'm using WSO2 API Manager 1.9.1 and I know that is necessary send token by HEADER Method for request any APIs. But in OpenLayer 3 is not possible put any request at header. For solve it, I think that is better send the token by GET method. Is it…
1
vote
1 answer

Is WSO2 API Manager support RAML specification?

Is WSO2 API Manager support RAML specification? I want use RAML spec in the place of swagger 2.0. I am using WSO2 AM 1.9
Moon Mysterious
  • 164
  • 1
  • 14
1
vote
1 answer

Error while invoking my api through WSO2 API Manager's. Unexpected error

I 've published an api, then suscribed an application to that api in it's environment. I 've generated the access token. I try to access my api through the wso2 api gw using postman: GET /api/1/lineas/1234567890/suscripcion/ultima-recarga…
Nicolas Barrera
  • 528
  • 3
  • 13