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

WSO2 API Manager - Analytics

When starting the wso2 API Manager Analytics 2.1.0 I get the error below. The DB is Oracle 11g with H2 for Carbon. [2017-05-03 14:15:16,504] ERROR {org.wso2.carbon.analytics.dataservice.core.AnalyticsDataServiceComponent} - Error in activating…
Hayden
  • 164
  • 1
  • 6
1
vote
1 answer

Determine API work 2 way SSL and another one work one way SSL

Suppose I have two API and the required is one should be work with two-way SSL and the second should be work with one-way SSL. could you please guide me if can be implemented
Ttami
  • 47
  • 7
1
vote
0 answers

WSO2 API Manager 1.10 Throttling tier limits are not performing properly in a gateway cluster setup

We are using wso2am-1.10.0 with a gateway cluster. The throttling tier limits are not behaving as expected. We have redefined the “Bronze” tier to allow 3 requests in 1 minute. The application is set to “Large”, the subscription to the API is set to…
Miguel
  • 11
  • 1
1
vote
1 answer

How to add header to the backend request using java

I'm new with WSO2,I'm trying to add header in the request to my backend, so i done to add it using the calssic method or the xml method as here so now I wanna add it using java method, could you please help me how can make it Thanks
1
vote
2 answers

How can I modify the port 5672 in AM?

I start the AM server by running the commond wso2carbon.sh and the carbon.log prompts the 5672 was used. So I have to modify the port. Thus, which configuration file I should modify? Thanks a lot.
Mike
  • 419
  • 1
  • 6
  • 16
1
vote
1 answer

WSO2 API Manager Synchronization failure on clustering

I am setting up an API Manager 1.10 cluster, with each component in a separate VM, by following this guide: https://docs.wso2.com/display/CLUSTER44x/Clustering+API+Manager+1.10.0 But when I start the components, I get the following…
blue13
  • 101
  • 6
1
vote
0 answers

WSO2 Api Manager Performance stats

I want to get an idea about the Wso2 Api Manager performance capabilities. I saw in one of the documents that have mentioned, the API Manager works best when there are 350 to 30000 calls per second to the API Gateway. I want to verify this fact or…
1
vote
1 answer

Does WSO2 API Manager 1.10 supports MariaDB

I have question about mariaDB with WSO2 API Manager 1.10.0. I found document about Tested DBMS supporting WSO2 API Manager. https://docs.wso2.com/display/compatibility/Tested+DBMSs This page mentions that MariaDB was not tested for WSO2 API Manager…
Ji-eun
  • 11
  • 2
1
vote
2 answers

WSO2 APIM clustering - how to improve the response time?

I clustered APIM with 1 manger gateway node and 2 or more work node to test APIM response time. it did not give me good data. without APIM,my api response time is 20 ms.though APIM 400ms-1s. how to confige this question?
christ.f
  • 81
  • 6
1
vote
3 answers

How to customize URL pattern in WSO2AM

I am designing an API using WSO2AM 2.0 My service is like : http://190.100.10.10:9000/abc/xyz/doPost
I want to replace /abc/xyz/doPost by //doPost How can I make a custom URL pattern to hide my original URL path from the…
Abhinav Tyagi
  • 5,158
  • 3
  • 30
  • 60
1
vote
1 answer

WSO2 API Manager: Categorising and grouping APIs

Migrating from WSO2 AM 1.10 to 2.0. Won't mention all the obstacles I've had to overcame. But this one is pretty obvious and I am really stunned that this went overlooked/ignored by the developers before releasing the new version. Let's ignore all…
olaf
  • 151
  • 1
  • 1
  • 8
1
vote
1 answer

WS02 API Manager 2.0

Many third-party services providers allow you to configure a "Webhook" (aka HTTP POST) to your system when an event occurs in their system. Service providers will use various methods of authentication (HMAC, OAuth, TLS, etc.). For example, Company1…
Brian11
  • 13
  • 5
1
vote
1 answer

WSO2 APIM 2.0 Clustering deployment with traffic manager cluster

From the document, for traffic manager, except publisher will use HTTPS to communicate with traffic manager, others used thrift and jms. so for thrift & jms related URL: connectionfactory.TopicConnectionFactory =…
Emman Sun
  • 351
  • 3
  • 15
1
vote
1 answer

WSO2 APIM 2.0 Clustering deployment issue when generate access token

I deployed 2 keymanager nodes, 2 pub-store nodes, 1 gateway manager node and 2 gateway worker nodes in one server, and deployed nginx for load balance. When i try to generate the application access token, it reported below error: 2016-08-29…
Emman Sun
  • 351
  • 3
  • 15
1
vote
1 answer

WSO2 Publisher/Store api-manager.xml config GatewayEndpoint with gateway clustering

If i have multiple gateway worker nodes, how can i config the GatewayEndpoint? I read the post of setup gateway endpoint, it that case just has one gateway worker node. I also had nginx node before WSO2 clustering, so we also need to display final…
Emman Sun
  • 351
  • 3
  • 15