Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
80 views

I am not able to import an entire folder into datapower becouse it's allows me to upload files only and I can't use a JS liberay (e.g: ValidatorJS) in API Connect Gatewayscript becouse I can't upload ...
Amr M.'s user avatar
  • 75
0 votes
0 answers
55 views

I am new to Node.js I am trying to make a API call to Edelweiss Connect API documentation for past Stock data using APIConnect I wrote this piece of code const { APIConnect } = require("...
Iush3party's user avatar
0 votes
1 answer
3k views

When receiving a request on API Connect I want to add a header to the subsequent call that it makes to my backend, I've tried using the set-variable policy like so: execute: - set-variable: ...
Danyx's user avatar
  • 743
0 votes
1 answer
211 views

I developing in ibm-app-conect and I have a problem. I consume a backend soap service and transform it to JSON. When I test my service (OK) I have no problem, but when I test my service with error ...
Larry Tena Contreras's user avatar
0 votes
1 answer
1k views

I am pretty sure my ID and secret are correct. Here's the link to the yours truly: (https://sandbox.mngkargo.com.tr/en/node/266) POST https://testapi.mngkargo.com.tr/mngapi/api/token Headers: Content-...
willy_12's user avatar
0 votes
1 answer
160 views

we are trying to pass a file in form data but we are unable to remove the hyphens, Content-Disposition and Content-Type. ----------------------------376203720009485735911622 Content-Disposition: form-...
Itachi Uchiha's user avatar
0 votes
1 answer
723 views

I'm using url-open() function but I'm getting an empty response.
Itachi Uchiha's user avatar
0 votes
2 answers
783 views

I'm new to API Connect, and I haven't been able to find the correct mapping to pass from an array of objects to an object, evaluating its content. I explain: I have as input a json like this: { "...
Joaquín Figueroa Arrué's user avatar
1 vote
1 answer
456 views

Today All of a sudden developer portal of one of the catalog in IBM API Connect started throwing the error as (IP) has been banned. Any idea guys how to fix this ? I did restart of portal services but ...
Mohd Sohail Khan's user avatar
0 votes
0 answers
64 views

{ "loginTokens": [ { "key": "com.abc.security.provider.login.email", "value": "[email protected]" }, { "key&...
Vidya's user avatar
  • 1
0 votes
1 answer
199 views

How can I check that how many applications have subscribed to a product in a catalog ? One way is to check the subscription of all application in that catalog however in my case there are so many ...
Mohd Sohail Khan's user avatar
0 votes
1 answer
889 views

As a part of installation of IBM API Connect, I'm installing IBM DataPower gateway. I think it's best to have a configuration as code approach to initialize and configure DataPower gateway. So, I can ...
Iresh Dissanayaka's user avatar
0 votes
1 answer
676 views

There are 2 two types of DataPower gateway as mentioned here. I have installed the VMWare version provided with the installation package. How can I know whether I have "DataPower API Gateway"...
Iresh Dissanayaka's user avatar
0 votes
1 answer
48 views

I want to connect react native project to an api. but it showing the error ERROR TypeError: undefined is not an object (evaluating 'props.restaurantData.map') export default function ...
sreehari k's user avatar
0 votes
1 answer
692 views

I am new to API connect development, trying to code a XSLT in API connect reserved instance version 10. I have sample input and XSLT, but getting error while doing the same. Request: Below is the ...
AKDeveloper's user avatar
3 votes
0 answers
1k views

We are calling ADF pipeline from one of our logic app and some issue occurring while established the ADF connection. Below is the error: The client 'xxxxxxx' with object id 'xxxxx' has permission to ...
Sruthi 's user avatar
1 vote
2 answers
4k views

I want to access data from the API below. "https://api.categen.com/api.php/recent_activity/1" and Want to print in text. Please help me. Moreover, there is 3 classes Home . dart file. ...
Rohan Jariwala's user avatar
0 votes
2 answers
411 views

I would like to test IBM API Connect. I have a Lite account, but I cannot find the way to start a service. I tried 2 ways: I went to API Management > API Connect > Services and I found a funny ...
fra's user avatar
  • 1
0 votes
1 answer
2k views

question : how to invoke http method (GET,POST,CREATE & DELETE) using IBM Datapower dp:url-open function in XSLT language requirement : code in xslt and step by step process theory in short ?
toy's user avatar
  • 1
1 vote
0 answers
747 views

I am currently using IBM API Connect as my application for creating my API. I have an input parameter that I would like to set the maxLength for, and have it so the API is throwing an error if the ...
Melon Man's user avatar
  • 195
0 votes
1 answer
450 views

I have to get the details of an agent from backend server based on agent_id. We are passing few input parameters in headers. i want to get the request ID number in case of error. I have written the ...
Pinky's user avatar
  • 5
0 votes
1 answer
487 views

In the code below I'm trying to get UserId from incoming headers and pass it to my backend using urlopen module but the header value is not been passed to backend. In the header section below none of ...
lokesh kella's user avatar
1 vote
1 answer
577 views

I am using IBM API Connect v5. We have an API with two different versions, 1.0.0 and 2.0.0. We have both APIs inside a single Product. From APIMgr we are able to stage and deploy the Product to ...
geewalk's user avatar
  • 11
1 vote
1 answer
2k views

Can somehow explain me the difference in these products? As far as I understand IBM ACE (AppConnect) gives you more or iPaas capabalities. It is allows you to make an API. But from what I understand ...
Arjan Petersen's user avatar
0 votes
1 answer
321 views

We need to protect our reserved instance of IBM API Connect that we have in the Cloud with a WAF of our own company and we do not know if this is possible and the steps to perform or if it is only ...
Jaime Perez's user avatar
1 vote
1 answer
2k views

I have conifgured my API DESIGN to hit a local python application http://127.0.0.1:9999/get_batch_filters even with the assemble window being blank this works fine. I have noticed that the gateway ...
Aqua 4's user avatar
  • 891
0 votes
1 answer
1k views

In IBM API Connect I am trying to use 'crypto' module in IBM API Connect gatewayscript. When I tested whether the crypto module is supported in gatewascript or not, I got the response as below Code in ...
Satya Panigrahy's user avatar
0 votes
2 answers
420 views

I the Node.js package apiconnect will not install on my new MacBook Pro. The Node.js version is v10.22.1, NPM version 6.14.6, Python 3.8.3 I ran the following command: sudo npm install -g --unsafe-...
Steven J. Ponessa's user avatar
0 votes
2 answers
651 views

I need to build a container based on RHEL 8 and then install LoopBack and IBM ApiConnect. Run a container with the RedHat Enterprise Linux 8 docker run -it --name api-framework-rhel8 -v ~/api-...
Steven Ponessa's user avatar
0 votes
1 answer
600 views

I have been using DataPower and APIC both for some time.However currently I am trying to find out where I can use APIC as standalone not involving DataPower .Are there any use case where APIC scores ...
Uselesssss's user avatar
  • 2,153
0 votes
1 answer
905 views

Would like to know in API Connect, is there a built-in way to check health of an API in Prod? (Like Springboot actuator/health) If not, best way recommended to implement health check for each of our ...
martand kulkarni's user avatar
0 votes
1 answer
271 views

I have a Jenkins pipeline for APIC(API Connect), which downloads the code from git hub, validates the code, deploys the code on API Manager(present on Cloud Pak), tests it using Soap UI and finally ...
newTask's user avatar
  • 97
0 votes
0 answers
210 views

I am getting the below error while setting up cassandra-operator. $ helm list NAME REVISION UPDATED STATUS CHART APP VERSION ...
Manoj Kinage's user avatar
0 votes
1 answer
401 views

We want to implement Oauth autentication in IBM API Connect. Default Oauth API has POST Token as consumes Types application/x-www-form-urlencoded and form as paremeters aswel but we need to execute ...
David Alfaro Carrera's user avatar
0 votes
0 answers
2k views

I am trying to publish a api which uses multipart/form-data request but it seems ibm api connect doesn't support it but I wanted to have a confirmation. Also I couldn't find a way to upload file ...
prakhar gupta's user avatar
3 votes
2 answers
1k views

I am trying to install ceph and configure on a mounted disk. I have the disk location, however, I face a problem when I use the --data parameter. command: ceph-deploy osd create --data /home/ceph-...
Abdullah Alsowaygh's user avatar
0 votes
2 answers
584 views

I have setup an API Connect developer portal in the sandbox catalog (I've been following the basic tutorials about configuring an API developer portal found here). I receive a message saying that i'...
Joshua Olney's user avatar
5 votes
0 answers
444 views

I'm running the below node/npm/apic versions. $node -v v6.14.4 $npm -v 6.4.1 $apic -v API Connect: v5.0.8.5-iFix (apiconnect: v3.0.25) [email protected] Problem: I am able to ...
codemasorete's user avatar
1 vote
1 answer
2k views

I have an oAuth Provider which uses Authentication URL. In some cases, my Authentication URL returns "non-200" with meaning messages e.g. incorrect username, incorrect password, user locked etc. I ...
Ericson's user avatar
  • 11
0 votes
1 answer
80 views

I have been given access to the an IBM Public Cloud (Dallas) 'Organization' and an API Connect Cloud Foundry resource (say, apic-dev). However, when I access the apic-dev resource from the 'Resource ...
codemasorete's user avatar
0 votes
1 answer
908 views

I have the below message from where I want to remove the field "Status Code" { "Details": { "UT_LL": 22235, "UT_ZZ": 512, "Status Code": 206, "UT_DATE": "2019-10-...
Aritra Dasgupta's user avatar
0 votes
1 answer
139 views

We should be able to have a link for the swagger document of a published API in API Connect. Currently we are obtaining the swagger from API Connect dev portal. But is there any such link to Swagger ...
Aritra Dasgupta's user avatar
0 votes
1 answer
168 views

Been going through documentation and threads on different fora the last days. (will ask our local IBM expert, but he is quite busy these days).. So turning to you wonderful people :-) Part of ...
Jesper Nielsen's user avatar
0 votes
1 answer
87 views

IBM internally monitor services which is offered on cloud but somehow I need to get status of middleware services such as kafka,API Connect etc. It will help me to automate things if some service ...
Vishnu's user avatar
  • 103
1 vote
0 answers
1k views

I am using apic.setvariable('message.headers.Content-Type', 'application/json; charset=UTF-8'); property in gateway script to change response header. Which is not working. Suspecting, the content-...
Nitin Maram's user avatar
1 vote
2 answers
3k views

I am working on creating REST API's in IBM API connect. our requirement is to get the backend URL's from a property file which is present on the datapower gateway server and then invoke the back-end ...
Sam's user avatar
  • 21
0 votes
0 answers
2k views

I'm new using IBM API CONNECT, My goal is to use API CONNECT as a proxy server to provide security to my my existing REST Apis, I followed this tutorial but I receive the below error: <...
Juan Carlos Duarte Pérez's user avatar
-2 votes
1 answer
2k views

I want to create an API in API Connect such that the API will be able to modify the incoming request to include a new header on top of the existing header and this information will be extracted from ...
Aritra Dasgupta's user avatar
0 votes
1 answer
229 views

I have my API manager hosted on kubernetes runtime and also datapower running virtually and can be accessed through docker. For one of use case I am required to create a MPGW and call the same from ...
Diya's user avatar
  • 43
0 votes
1 answer
440 views

I am trying to use InstallAssist (apicup) on ubuntu box to prepare the configuration file (apiconnect-up.yml) as part of creating an OVA file for management(mgmt) subsys. I am having an issue with ...
salouri's user avatar
  • 841

1
2 3 4 5