Questions tagged [ibm-api-management]

APIs deliver data and information to apps, enabling innovative businesses to transform themselves. IBM API Management enables API owners to define, secure, control, and publish APIs to developer communities, as well as to analyze API usage.

APIs deliver data and information to apps, enabling innovative businesses to transform themselves. The IBM® API Management for Bluemix® service enables API owners to define, secure, control, and publish APIs to developer communities, as well as to analyze API usage.

178 questions
0
votes
0 answers

Azure APIM route the incoming request based on request URL

I have a use case to route the request based on incoming url where in API URL suffix - apples/grapes Case 1: suppose an incoming request is https://fruits.com/apples/grapes/rest then I need to divert the request to backend url say:…
0
votes
1 answer

Azure APIM policy.xml restricted routing

I Have two products(APIs) within azure APIM set in 2 different subscriptions (2 different domains). Currently our apim is on premium sku and can call multiple custom domains. Depending on the environments I am deploying APIM to - I would like to add…
kat
  • 79
  • 8
0
votes
1 answer

express-gateway API key management

I have API backend and it will be consumed by different consumers like our own company website and even other website can use our API with certain quota/limitation and for this scope management we will be using express-gateway(eg), however this is…
Vidalia
  • 36
  • 1
  • 5
0
votes
1 answer

Azure API Management log optimization and cost saving

i have some instance of azure api management. I didn't find on azure doc, so i have on api management setting: both logging option enabled with all setting inside enabled. With actual configuration, both option enabled, i'm paying double for…
0
votes
1 answer

Request Azure function from Azure APIM when I set the function's auth level as FUNCTION

I imported apis from Azure Function to my apim, it can successful access the function without append the parameter named 'code'. But when I tried to access the function directly used the function's domain, it indeed need append the code…
0
votes
0 answers

Azure APIM - XML to JSON Conversion

I am trying to figure out how to properly use the XML to JSON conversion in the Azure APIM Policy Editor. I've seen dozens of examples where all that's identified is this:
0
votes
1 answer

How to pass API token to the backend

I'm new to the 3 scale API management. I have configured a backend API, however this private API requires an API Key to authenticate. That being said, no where on the 3 scale backend configuration I can configure an API Key. I'm aware that the…
Rick
  • 55
  • 1
  • 12
0
votes
2 answers

Handling response values using HttpClient

I'm implementing a service that makes API calls to an external service using HttpClient. One of these calls in particular does not always return the same answer that is expected. Pratically: this is my call: using (HttpClientHandler handler = new…
0
votes
2 answers

API autodiscovery in Mule 4 for multiple flows

i have 2 flows in my application and when i try to create API autodiscovery policy , we can only choose any one flow from drop down. How can we create API autodiscovery for both flows. Do we need to create 2 autodiscovery config each for one…
Sanjay
  • 165
  • 1
  • 13
0
votes
1 answer

Update Azure API management ip-filter policy details

I have created an API Management resource in Azure. Within the API management, under APIs section > All APIs, I have added an inbound policy 'ip-filter'. I wish to programatically change the contents of the policy's xml. Is there a way to achieve…
SD4
  • 439
  • 10
  • 27
0
votes
1 answer

Azure API Management - Management API & Developer Portal SAS Token Access to Instance Data?

In Azure API Management instance deployed I have enabled both the Management API and the Developer Portal. I can log into the Developer Portal (as a Developer, account added to Developer Group in Developer Portal blade in Azure Portal, no other…
0
votes
1 answer

WSO2 API Manager 2.6.0 How can Category and Group API In Publisher

I have 100 API. and I want Category in folder for per API Group. for example in store we have this: https://docs.wso2.com/display/AM260/Customizing+the+API+Store#CustomizingtheAPIStore-CategorizingandgroupingAPIs BUT I want in Publisher.
0
votes
1 answer

How can I integrate several APIs into a standard API, with WSO2 API Manager?

I am creating an application that needs to obtain information from multiple APIs and I want to create a standard API that allows me to have access to all the others. just changing from a url to direct me to other APIs.enter image description here It…
0
votes
2 answers

Brute Force in WSO2 carbon

How can prevent wso2 carbon or publisher or store Brute Force?? for example have a captcha or have maximum try for example lock user for 5 fault try or any thing can prevent Brute Force? I use free wso2 and I don't have WUM , ...
0
votes
1 answer

Azure API Developer portal - Okta Integration

We are planning to use API Management for our APIs. In order to expose the API to our clients, we are using Okta for authentication & authorization. Does APIM provide this configuration ? I was looking at delegation but it seems we need to add our…
SunilS
  • 2,030
  • 5
  • 34
  • 62