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

IBM API Management Service - How to bind a SSL profile to a Proxy API?

I have some APIs on my laptop. They are visible on the internet through secure gateway service. The secure gateway destination is configured with TLS mutual authentication option. So APIs require TLS mutual authentication. I would like to add those…
sotoiwa
  • 49
  • 4
0
votes
0 answers

Azure API management doesn't support wsdl 1.1?

I need to convert a web api to web service for client's app to invoke, so i tried to use api management to convert the interface. But when i tried to creat the web service by importing the wsdl file provided by client, it always fail and tell…
Michael
  • 41
  • 3
0
votes
0 answers

IBM API Connect - How to generate CSR for SSL Certificate Generation from IBM API Manager

I want to generate CSR for my IBM API Connect(on-premise) on the API Management portal. I am finding option to upload a SSL Certificate but not a option to generate CSR. Kindly suggest.
Arun Doss
  • 45
  • 8
0
votes
1 answer

No module named 'ibm_watson.natural_language_understanding_v3'

I am trying to work with the IBM Tone sentiment API but having difficulties getting started. I am following the documentation shown in https://cloud.ibm.com/apidocs/tone-analyzer?code=python. After running the following code: pip install --upgrade…
Bemz
  • 129
  • 1
  • 16
0
votes
0 answers

Azure API Management Add Auth token param using rewite url/set param?

Help; Trying to call Dynamics Marketing API from api management however the api has and end point that requires emApplicationtoken to be set as a query param which I don't want to expose and also the Origin header url as the api management url which…
0
votes
0 answers

Expose webhook documentation in apim

To clarify the title I am not thinking of the registering to a webhook through APIM, but to utilize APIM as my documentation for all API related information. In our setup we wanted to also expose information about possible json objects from our…
JTIM
  • 2,774
  • 1
  • 34
  • 74
0
votes
0 answers

Terraform API Management API Policy - All APIs

I'm aware that it's possible to create an API Management API Policy using terraform by adding the following two resources:API Management API and API Management API Policy. The issue is that I want to add the policy for "All APIs" (seen in…
0
votes
1 answer

Authentication failed when trying to download azure API Management locally

I am trying to download the Azure API Management Repository locally using Git Bash following he steps on this page: https://learn.microsoft.com/en-us/azure/api-management/api-management-configuration-repository-git. The problem is that I keep…
skorpyo
  • 97
  • 1
  • 9
0
votes
1 answer

Azure Apim Set-AzApiManagementPolicy gives Entity with specified identifier not found

I'm trying to write some PowerShell that will copy an api and policy from one subscription to another. This is what I have: Connect-AzAccount Set-AzContext -Subscription "x" $ApiMgmtContext = New-AzApiManagementContext -ResourceGroupName…
Rob Bowman
  • 7,632
  • 22
  • 93
  • 200
0
votes
1 answer

Azure api management not hitting azure redis cache when request have more than 10 MB

I have a problem because when I try to configure Azure Api managment with Azure Redis Cache my data does not always get saved, if the request "GET" is up to 9MB everything is okey the key and its value goes to the Redis cache but if the request…
0
votes
1 answer

Update Azure APIM Name (Api.Id) after cloning using Azure Portal?

Is it possible to manually change the API Name (a.k.a. Api.Id) of an Azure API after it has been created to something else (I understand that it has to be unique). When creating a new API, the name (Api.Id) is user-friendly (e.g. same as the display…
Alex
  • 285
  • 4
  • 11
0
votes
2 answers

Azure APIM Instance - Failed to update API management service hostnames

I am trying to update APIM custom domains with new certificates from the KeyVault. But it fails with the message "Failed to update API management service hostnames" with some CorrelationID. I tried to delete the domain from the custom domain list,…
0
votes
1 answer

Pipelining API calls using Azure APIM Policies

I'm somewhat new to Azure APIM and am trying to figure out solution to a scenario which I've be tasked to solve using APIM Policies. Here's how the workflow is supposed to work: System A makes a REST call to the APIM gateway. This triggers APIM to…
Vishal
  • 2,103
  • 2
  • 16
  • 18
0
votes
1 answer

Azure API Management response cache based on path parameter

I need to implement business logic when the entire response is cached in APIM internally based on one path parameter. E.g. the URI is: https:///mycustomapi/v1/domains//services Based on domain_id path parameter, during the…
0
votes
1 answer

Stale Outbound Policy ""

I deleted an API that had an outbound policy to replace the string "" I subsequently recreated the API using the same API instance with definition "https://markcolorapi.azurewebsites.net/swagger/v1/swagger.json" which created a base definition…