Example: Usage Scenarios of Connecting containerized API Gateway to API Control Plane using Properties
This use case outlines the procedure to connect IBM webMethods API Gateway with API Control Plane using properties.
To establish the connection, configure API Control Plane agent within webMethods API Gateway through a set of
properties. For details, see API Control Plane Agent Properties.
Note: API Control Plane
is compatible with webMethods API Gateway
version 10.15 Fix 10 (10.15.0.10) and above.
To connect webMethods API Gateway with API Control Plane
Troubleshooting Tips:
- If webMethods API Gateway is not listed in API Control Plane application after connecting, wait for a few minutes and refresh the API Control Plane application. If it is still not listed, check if webMethods API Gateway container is up and running.
- Run the following command to check if the containers are up and running:
docker ps
- If you see the following error message, the container name
<abc> is already in use by container <id>, run the following commands to
stop and remove the container:
-
docker stop <container_id>
-
docker rm <container_id>
-