Happy Goat for Life! Chris Phillips' Blog - API, Integration and Governance SME and Enthusiast
API CONNECT

IBM APIConnect WhitePaper 10.0.8.x

For the last year a small team and I have been updating the API Connect WhitePaper to cover changes between 10.0.1 and 10.0.8.

The previous versions of this WhitePaper have assisted clients, IBMers and Business Partners from around the world deploying and understanding IBM API Connect.

For this release we have changed our approach to deployment patterns to ensure that we could accurately show the flexibility of the product while at the same time provide a clear cookbook of options.

Our intention is not to make our audience wait another 2.5 years for the next version, we are intending to update this every few months as new function is provided that makes sense for us to include.

To download a copy please head over to IBM Communities.

https://community.ibm.com/community/user/integration/viewdocument/ibm-api-connect-v1008x-deploymen?CommunityKey=2106cca0-a9f9-45c6-9b28-01a28f4ce947


API CONNECT

Runing Asynchronous code in API Connect Gatewayscript policy

A client asked how they can make two invokes in API Connect asynchronous. This is not possible with the invoke policies as they must always be synchronous. However it can be done with JavaScript/GatewayScript.


API CONNECT

Creating a rate limit object in DataPower
Guest Post by Chris Phillips Amit Kumar Singh

When using the rate limit policy on the Assembly you need to first create a rate limit in datpower in the API Gateway object. This must be done via a GatewayExtension to stop the policy being removed when a publish request is done from API Connect.

This article will show you to create the rate limit objects in DataPower using a gateway extension.

We will create a rate limit called chrisblog-ratelimit that can be referenced from a rate limit policy.


API CONNECT

Take offline the API Manager 10.0.5.x in OpenShift and Kubernetes

While testing disaster recovery it is advisable to take offline the primary API Manager. This instructions will cover OpenShift and Kubernetes.


API CONNECT

Setting an invoke proxy
Guest Post by Chris Phillips Trey Williamson

Setting a downstream proxy is often a requirement when API Connect needs to make calls to the invoke downstream services on the internet.


API CONNECT

MultiPart APIs - Part 2 - Example use
Guest Post by Chris Phillips Steve Linn

In part 1 we discussed what a multipart API was and how it can be parsed in API Connect. In this part we will take that knowledge and apply it to a real situation.

Scenario: Upload two images, validate that the images are png and that the size is less then 1MB.


API CONNECT

MultiPart APIs - Part 1 - What are they? How can I access the elements in API Connect.
Guest Post by Chris Phillips Steve Linn

MultiPart API calls allow multiple sets of data to be sent to an API as individual items. If you have a series of images and text you need to upload you could write a curl command similar to

curl -vk -F 'name=fred' -F "name2=@image.png" https://APIURL/ -H "content-type: multipart/related"


API CONNECT

Configuring a Load Balancer for DataPower API Gateway

This articles covers the key pieces of information that needs to be passed on to the load balancer team to configure the load balancer of choice.

Please Note: DataPower Self Load balancing with the AIO module is not supported with API Connect v10.


APPCONNECT

Enabling OpenTelemetry on IBM AppConnect Enterprise containers
Guest Post by Ben Cornwell Chris Phillips

AppConnect Enterprise recommends enabling OpenTelemetry to provide end to end tracing.

This article will explain how to enable it in a new deployment or augment it to an existing deployment in ACE.


API CONNECT

Losing Quorums (Updated!)

When each API Connect component looses quorums it changes how the components work.

This is an updated to my 2019 article, which could have been clearer.


Subscribe