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

Custom response body for validate-jwt in Azure APIM

I am validating JWT token from Azure API Manager. I am looking for options to change the response body when the validation fails. As per documentation…
2
votes
1 answer

Can I use management azure api for Azure APIM analytics

I want to use the below API to compute Azure APIM analytics and customize the output of it. But Microsoft document does not cover the API. Can I use this API or I am missing something. My concerns is how do I know if Microsoft internally change…
zile
  • 109
  • 11
2
votes
1 answer

How do we disable Azure Api Management developer portal (both legacy and new)

I worked with a team today who wanted to disable the developer portal and the signup. The best we could come up with was to disable the legacy developer portal by adding delegation to a static site as per…
2
votes
1 answer

How to disable the try it function in the Azure API management developer portal?

On the Azure API management developer portal, there is a "Try it" feature to test api request in your browser. The try it button: Is it possible to disable/remove this feature? I don't want developers to be able to post test data inside our…
2
votes
0 answers

Restricting Google Cloud Endpoints with API key

I'm using Google Cloud Endpoints v2 for java. I create endpoints method and restrict it through API. After this, I create API from GCP console. I'm calling endpoints method from android using client libs. Here is how I'm calling any method. …
2
votes
3 answers

Does MuleSoft support OpenAPI 3.x.x specification?

It is so confusing, can someone help me demystify? Does MuleSoft support OpenAPI 3.x.x specification as of today? Also what is this RAML 1.0 specification? Do we really care about RAML specs when dealing with MuleSoft?
Navap
  • 1,050
  • 9
  • 18
2
votes
1 answer

How to block the traffic served from WSO2 API gateway and allow only from on-premises gateway?

The World Bank API is created in API Cloud and it can be invoked from API Console as well as from curl command through on-premises gateway. curl -X GET --header 'Accept: text/xml' --header 'Authorization: Bearer 942967aa-9e7f-3c4b-823e-87da7cf6e6ee'…
2
votes
2 answers

Is it possible to use the subscription-key query string parameter with Azure API Management SOAP-passthrough?

We use API Management to expose several API's. One of the API's we expose is configured as a SOAP-passthrough API but we are facing some issues with it regarding authentication of APIM. When we use the Ocp-Apim-Subscription-Key header for passing…
2
votes
1 answer

Bluemix : API Management - error "Swagger jsonReference". This is not supported. How do I fix it?

I've tried to import swagger document in json format. I got the error The field paths["/namespaces"].get.responses["401"] uses a Swagger jsonReference. This is not supported. Remove this field, or in-line the referenced JSON instead, and…
ibmamnt
  • 129
  • 8
2
votes
2 answers

OAuth with IBM API Manager and IBM Mobile First

I would like to use OAuth as authorization system for my API created on the IBM API Manager (on Bluemix). Is it possible to use the IBM MobileFirst as OAuth provider? I have already tried…
Ant
  • 95
  • 1
  • 7
2
votes
0 answers

How to map array of values to array of objects in IBM API management?

As a part of composite api, I need to do following mapping in IBM API management Request JSON { "groupName": "string", "notes": "string", "Goal_Description": "string", "Goal_Date": "string", "Goal_Target": "string", …
jaydeepva
  • 71
  • 5
2
votes
2 answers

Anyway to change language setting for APIM on Bluemix?

I am doing some tests with "API Management" provided on Bluemix from US-south site. However, it's hard for me to post questions with screenshots due to the information shown on web UI is in Chinese by default. So please help me to change the…
James Yu
  • 399
  • 6
  • 22
1
vote
1 answer

XSLT to remove soap envelope and soap namespaces and process the soap body

I need to remove the soap envelope and soap namespace from the input and pass it to the backend as xml For e.g: My input is
1
vote
0 answers

Azure API Management Policy for validate Request Parameter Values

I need to validate parameter values in every request received. The validation will match every suscriptión ID to his posible parameter values. I can't do it in the backend service, seems that the standard "validate-parameters" policy don't allow…
1
vote
1 answer

Azure APIM Validate-Content Inbound policy, Validate Request Body

I have api's in APIM, i need to validate request payload body(Json Format) foreach Post Request. I followed steps from this https://learn.microsoft.com/en-us/azure/api-management/validation-policies#attributes I have added proper json schema in…
1
2
3
11 12