Closed hunghip95 closed 6 years ago
how did you resolve the above issue?
Hi I need answer for this too
here are good instructions to enable Web GUI: https://www.ibm.com/developerworks/community/blogs/awasen/entry/DataPower_on_Docker_Toolbox?lang=en
Hi guys, I'm new at API Connect.
I followed this tut: https://community.ibm.com/community/user/imwuc/browse/blogs/blogviewer?BlogKey=3e2a288d-96c1-4b04-aceb-e8cd5cbcbee1
I installed nodejs v6.12.0, npm v3.10.10, API Connect: v5.0.8.4-iFix (apiconnect: v2.8.29), docker toolbox.
This is version of docker I installed:
I'm using windows 10.
I completed steps installing docker machine attach a local VM. This is docker machine I installed:
When I trying to run my app through Designer, sometimes it shows that:
And when I restart it, log on Designer:
But I can't call API through Datapower because I dont know URL. I tried this link https://192.168.99.100:4002/, but it shows that:
While this link http://127.0.0.1:4001/api/people/1 responses:
{"name":"Luke Skywalker","height":"172","mass":"77","hair_color":"blond","skin_color":"fair","eye_color":"blue","birth_year":"19BBY","gender":"male","homeworld":"https://swapi.co/api/planets/1/","films":["https://swapi.co/api/films/2/","https://swapi.co/api/films/6/","https://swapi.co/api/films/3/","https://swapi.co/api/films/1/","https://swapi.co/api/films/7/"],"species":["https://swapi.co/api/species/1/"],"vehicles":["https://swapi.co/api/vehicles/14/","https://swapi.co/api/vehicles/30/"],"starships":["https://swapi.co/api/starships/12/","https://swapi.co/api/starships/22/"],"created":"2014-12-09T13:50:51.644000Z","edited":"2014-12-20T21:17:56.891000Z","url":"https://swapi.co/api/people/1/"}
And I dont know how to access Datapower Web UI. When I access container of Datapower, it shows:
So can someone explain me why sometimes I run app with error. And how can I access Datapower WebUI, what is url of my API through Datapower.
Tks all very much.
I'm so sorry if this question make you hard to understand.