Questions tagged [apiconnect]

an API lifecycle management platform

229 questions
18
votes
9 answers

Integrity checksum failure while installing API Connect toolkit #apiconnect

I'm getting the following error while installing API Connect toolkit: sha1-UhOHSxsj+deaxi0QbjKXDirzcn8= integrity checksum failed when using sha1: wanted sha1-UhOHSxsj+deaxi0QbjKXDirzcn8= but got sha1-208ds/bfbkHrcce1kMfz2sLUPhs=. (627039…
Ravi Bhatt
  • 181
  • 1
  • 1
  • 6
13
votes
2 answers

Parse YAML file in Powershell

I want to parse an YAML file from IBM API Connect in a PowerShell file. I won't be able to put third party packages or DLLs since security review won't agree with it. --- product: "1.0.0" info: name: "api2product" title: "API2product" version:…
abhi88
  • 303
  • 2
  • 4
  • 15
7
votes
1 answer

Loopback $owner doesn't works for findById

I would like to get some informations about my user with loopback. For that I created a "user" model related with "accessToken" model until now a POST on /user, a POST on /user/login and a POST on /user/logout is working. I added on…
Jonny
  • 71
  • 1
5
votes
0 answers

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) apiconnect-init-datapower-gateway@1.0.3 Problem: I am able to start the API on port 4001 and the datapower gw on…
5
votes
0 answers

APIConnect JSON array returned from external service issue

We have a Rest API which contains in its assembly only an 'invoke' to an external Rest service without any mapping, such that the API will act only as a gateway. If the external service is called directly (e.g. through SoapUI), it returns a JSON…
Daniele Chirivì
  • 466
  • 4
  • 11
3
votes
2 answers

Cannot have multiple operations with the same operationId: clearCache

I have imported an API from swagger-UI and able to create an api and product,But when I am trying to publish ,I am getting this error. Cannot have multiple operations with the same operationId: clearCache Cannot have multiple operations with the…
3
votes
3 answers

loopback Find() "where" clause not returning expected results

I am using loopback to serve the API for my application and I tried to change the GET request for some data. As of now the query fetches all the results for a particular API: People.find({ where: { 'town': 'name of a town' } …
3
votes
1 answer

Strongloop/Loopback - Get Started - Service manager failed to start

I followed the instructions for creating a standard project for Strongloop with IBM API Connect. Link to the tutorial At the "Start your API" step, when clicking on the start button, the API didn't start. In my console, there was this error…
Prime360
  • 47
  • 5
2
votes
0 answers

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 perform action 'Microsoft.Logic/workflows/write'…
2
votes
2 answers

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-admin/ceph-data/vda node-ip-address error:…
2
votes
2 answers

What is the use of X-IBM-Client-Id header in IBM API Connect and What do we lose if we do not use the X-IBM-Client-Id header on accessing API?

Do we really need to mandate X-IBM-Client-ID header while exposing OAuth authorize and token endpoints via IBM API Connect product?
sadish kannan
  • 21
  • 1
  • 2
2
votes
0 answers

Getting 500 internal server error for API connect on Bluemix

We are getting below error while using Bluemix API Connect service. The same service was working fine few days back. Error Message: root request.py invoke_request: Response is: { "httpCode":"500", "httpMessage":"Internal Server Error",…
2
votes
1 answer

Migrating the API Connect Developer Portal between environments in Bluemix

I have one Developer Portal in Bluemix API Connect for the Development environment, one for Testing environment and one for Production environment. I have made some customizations in the structure of the modules, settings and content and I would…
B. Tafur
  • 23
  • 3
2
votes
0 answers

Getting API (deployed on IBM APIC 5.0) to invoke Loopback application (deployed on Collective Members)

I am using IBM APIC 5.0 I have setup the following. 1. IBM HTTP Server, WAS Plugin routing to MicroGateway 2. MicroGateway, running on Collectives 3. IBM HTTP Server, WAS Plugin routing to Provider Application 4. Provider Application, running on…
2
votes
2 answers

Burst limit of IBM API Connect

I found "rate limit" and "burst limit" at Design section of API Designer, What is the difference of them? Rate limit can be set at second, minute, hour, day an week time interval. On the other hand, burst limit can be set only second and minute…
sotoiwa
  • 49
  • 4
1
2 3
15 16