Monday, 14 August 2017

IBM API Connect - still learning how to say "Doh!"

I saw this: -


when testing my API, using the local API Connect Toolkit ( apic edit ), even though the same API worked happily on IBM Bluemix.

The suggested URL: -


didn't work, and there was nothing listening on port 4001 on my Mac.

Then I noticed this: -


I clicked on the Play icon, which gave me this: -


further validated thusly: -

netstat -an | grep LISTEN

tcp46      0      0  *.4001                 *.*                    LISTEN     

and now I get this: -


and, more importantly, this: -


so #LifeIsGood 

No comments:

Reminder - installing podman and skopeo on Ubuntu 22.04

This follows on from: - Lest I forget - how to install pip on Ubuntu I had reason to install podman  and skopeo  on an Ubuntu box: - lsb_rel...