226 questions
0
votes
1
answer
80
views
How to upload an entire folder into DataPower local folder?
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 ...
0
votes
0
answers
55
views
How to access data using apiConnect?
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("...
0
votes
1
answer
3k
views
Adding header to request on IBM API Connect
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:
...
0
votes
1
answer
211
views
How tocontrol this soap error message in JavaScript with the HTTP code 200?
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 ...
0
votes
1
answer
1k
views
Constant 401 Unauthorized while trying to access an API
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-...
0
votes
1
answer
160
views
Removing hyphens in form data in DataPower gateway
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-...
0
votes
1
answer
723
views
I want to read a file which is in datapower through api gateway v10
I'm using url-open() function but I'm getting an empty response.
0
votes
2
answers
783
views
Api Connect v10 map json message with object array to object using foreach or similar (map policy)
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:
{
"...
1
vote
1
answer
456
views
API Connect Developer Portal giving error as (IP) has been banned
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 ...
0
votes
0
answers
64
views
How to make key and value (username and password) dynamic in API connect
{
"loginTokens": [
{
"key": "com.abc.security.provider.login.email",
"value": "[email protected]"
},
{
"key&...
0
votes
1
answer
199
views
Product Subscription in API Connect v2018
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 ...
0
votes
1
answer
889
views
Automate initialization and configuration of datapower gateway
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 ...
0
votes
1
answer
676
views
Identify DataPower gateway type | IBM API Connect
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"...
0
votes
1
answer
48
views
showing the error when connecting the api to react native
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 ...
0
votes
1
answer
692
views
XSLT in API connect version 10 Reserved instance
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 ...
3
votes
0
answers
1k
views
Error on calling ADF using Logic app : does not have permission to perform action 'join/action' on the linked scope(s)
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 ...
1
vote
2
answers
4k
views
Access Data from API in flutter
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.
...
0
votes
2
answers
411
views
IBM API Connect
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 ...
0
votes
1
answer
2k
views
how to invoke http method using dp:url-open function
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 ?
1
vote
0
answers
747
views
Defining Max Length in IBM API Connect
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 ...
0
votes
1
answer
450
views
Getting empty response from backend - Gatewayscript
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 ...
0
votes
1
answer
487
views
How to pass dynamic headers in urlopen module in JavaScript?
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 ...
1
vote
1
answer
577
views
Adding Two Versions of Same API to Product in APIC
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 ...
1
vote
1
answer
2k
views
IBM ACE and IBM API CONNECT
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 ...
0
votes
1
answer
321
views
Private WAF on reserved instance IBM API Connect
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 ...
1
vote
1
answer
2k
views
IBM API Connect Gateway script is not being executed
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 ...
0
votes
1
answer
1k
views
crypto module is not working in IBM API Connect
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 ...
0
votes
2
answers
420
views
npm install apiconnect fails on macOS Catalina (v10.15.7)
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-...
0
votes
2
answers
651
views
npm install -g apiconnect fails in Docker container (RHEL8)
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-...
0
votes
1
answer
600
views
Where to use API Connect standalone and DataPower
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 ...
0
votes
1
answer
905
views
IBM API Connect health check
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 ...
0
votes
1
answer
271
views
Containerization of Jenkins pipeline
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 ...
0
votes
0
answers
210
views
FAILED cassandra-operator-1.0.0
I am getting the below error while setting up cassandra-operator.
$ helm list
NAME REVISION UPDATED STATUS CHART APP VERSION ...
0
votes
1
answer
401
views
IBM API Connect Cloud Oauth API
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 ...
0
votes
0
answers
2k
views
Does IBM api connect support POST multipart/form-data request?
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 ...
3
votes
2
answers
1k
views
ceph-deploy: error: unrecognized arguments: --data
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-...
0
votes
2
answers
584
views
IBM API Connect developer portal admin link missing
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'...
5
votes
0
answers
444
views
API Connect docker gateway on localhost throwing ECONNREFUSED
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 ...
1
vote
1
answer
2k
views
IBM API Connect - Cannot pass the meaningful message from response of Authentication URL to oAuth/token Client
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 ...
0
votes
1
answer
80
views
Unable to view API Connect Cloud Foundry page
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 ...
0
votes
1
answer
908
views
Using Redact Policy in API Connect 2018
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-...
0
votes
1
answer
139
views
Swagger document link for an API in API Connect
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 ...
0
votes
1
answer
168
views
Using IBM Cloud for SaaS API management with on premise gateways
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 ...
0
votes
1
answer
87
views
How to get availability status of middleware services which is running on ibm cloud?
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 ...
1
vote
0
answers
1k
views
In IBM Api connect Unable to Change the response Content-Type to “application/json; charset=UTF-8”
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-...
1
vote
2
answers
3k
views
How to read Data from a file using XSLT in IBM API connect
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 ...
0
votes
0
answers
2k
views
API Connect >The requested URL was not found on this server
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:
<...
-2
votes
1
answer
2k
views
I want to create an API in API Connect to modify request headers
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 ...
0
votes
1
answer
229
views
Is it possible to call a MPGW from IBM APIConnect?
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 ...
0
votes
1
answer
440
views
API Connect 2018 VMware deployment: "host is missing traffic interface" error
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 ...