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

How to configure RedHat APIMan Authorization Policy for unprotected endpoints?

We have installed and configured RedHat APIMan for our working API and the plan is migration form current home-grown tiny gateway to APIMan. The problem is that we have some unprotected endpoints which do not need login (Not everyone role! No login…
Kamyar
  • 2,494
  • 2
  • 22
  • 33
1
vote
0 answers

Monetization in wso2 api manager version 2.6.0

How can use monetization in wso2 api manager version 2.6.0? it have label for free or paid for example: https://docs.wso2.com/display/AM260/Configuring+API+Monetization+Category+Labels But I dont want label. I want calculate money for per api and…
1
vote
0 answers

Keycloak realm login using postman

I have app1 which has section or menu of api management. app1 has separate login and does not use keycloak. Now api management option is nothing but the apiman which uses keycloak for authentication and authorization. I dont want to login twice to…
1
vote
1 answer

How to decode URL in APIM policy

I want to decode the query parameters in the URL. I am passing query parameter value as "somevalue%" but when i am fetching the value of parameter it is showing like "somevalue%25" I want value as "somevalue%" only. Currently I am using Replace ,…
1
vote
0 answers

Azure Application Insights in API Management - Does it logs Information logged in backend api

I have an existing api developed in asp.net core. It has loggings implemented in it and logging the information in application insights. I have to deploy the api un api management. I have done that successfully and i have configured my application…
1
vote
0 answers

WSO2 Publisher- Cannot read property 'paths' of null error on Proceeding to Implementing stage in Api creation

We have been using wso2 api manager(v 2.1.0) for a long time in our project. Addition of Rest api is working fine in publisher. But we are getting error while adding a new Websocket api. APi is getting created . But while we are going from DESIGN…
Arun s
  • 869
  • 9
  • 19
1
vote
1 answer

Azure Api Management Xml schema validation

Is there a way to validate schema XML request and response with XSD file directly inside Azure API Management? I'm using Azure functions to create response. Or only way to do so is to use Logic apps, or validate schema inside Azure function?
1
vote
1 answer

Give permissions to graph api in enterprise application Azure AD

I have an Enterprise Application(which uses Graph api) in Azure Ad which was created from System assigned managed identity. This application was not showing in App Registration. How to add Graph Api permissions to Enterprise application? I am…
1
vote
1 answer

Getting Error while enabling Stats for wso2 esb API and EndPoint

I have enabled Stats for my API and Endpoints from Enterprise Integrator Dashboard. I have also made true following properties in /conf/synapse.properties as given…
Mayur
  • 97
  • 1
  • 1
  • 9
1
vote
1 answer

API Management Conditional Flow Policy

I have the following request data { "id": "1115e297-12de-4189-8e11-75a8354f77d6", "type": "transaction", "version": "1.0.0", "data": { "account_id": "999", "customer_info": { "client_id": 999 }, …
David
  • 1,203
  • 6
  • 25
  • 48
1
vote
1 answer

WSO2 api manager fails (405 - Method Not Allowed) after signing-in to /store

I downloaded and run wso2 API Manager (version wso2am-3.0.0). I followed the quick start guide and stuck on the 6th step: Sign in to the API Store (https://localhost:9443/store) with the admin/admin credentials and click on the PizzaShackAPI…
Wojciech Wirzbicki
  • 3,887
  • 6
  • 36
  • 59
1
vote
2 answers

Getting tags associated with an API in Azure API Management

Is there a way to get tags that are associated with an API through Powershell? The Get-AzApiManagementApi command returns the list of APIs, but tags are not included in its response.
1
vote
1 answer

Executing Pre-steps with karate

In my current middleware integration project, We are using WSO2 API manager tool to manage the API life-cycle. In test level to access an API I have to create an application and subscribe to the specific API. This can achieved by making a number of…
1
vote
1 answer

Collect and use custom metric as policy in Gravitee

We would like to use gravitee as an API gateway in front of our web API, but we need to be able to offer plans that filter according to a business-specific metric, that is sent along in the response of all API calls. Say, for instance, that our API…
Gui13
  • 12,993
  • 17
  • 57
  • 104
1
vote
1 answer

Azure API Management returning 200 status without response body

I already have checked other solutions available on the forum and this one too REST API service when called from azure APIM returning empty response body with Status code 200 I'm trying to call an authentication service which returns status codes…
ram pandey
  • 78
  • 1
  • 10