Skip to content

Commit 6d9992d

Browse files
authored
Merge pull request #48 from anuruddhal/main
Add more info on ICP dashboard
2 parents cb6f019 + 22fcfcd commit 6d9992d

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed
103 KB
Loading
107 KB
Loading

en/docs/deploy/icp.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,25 @@ In this guide, you will learn how to enable Integration Control Plane (ICP) for
4444
3. Click on the **`Run`** button to start the integration.
4545
4. Click on the **`Create Config.toml`** on the prompt to create the `Config.toml` file.
4646
<a href="{{base_path}}/assets/img/deploy/config-toml.png"><img src="{{base_path}}/assets/img/deploy/icp/config-toml.png" alt="Create Config.toml" width="70%"></a>
47-
5. Replace the `Config.toml` file config with the following configurations.
47+
5. Replace the `Config.toml` file content with the following configurations.
4848
```toml
4949
[ballerinax.wso2.controlplane.dashboard]
5050
url = "https://localhost:9743/dashboard/api"
5151
heartbeatInterval = 10
5252
groupId = "cluster1"
5353
mgtApiUrl ="https://localhost:9264/management/"
5454
```
55-
6. Click on the **`Run`** button to start the integration.
55+
6. Click on the **`Run`** button to start the integration.
5656
<a href="{{base_path}}/assets/img/deploy/run-integration.gif"><img src="{{base_path}}/assets/img/deploy/icp/run-integration.gif" alt="Run Integration" width="70%"></a>
5757
7. A log message will be displayed in the console indicating that the integration is connected to the ICP dashboard.
5858
```time=2025-03-17T15:14:59.970+05:30 level=INFO module=ballerinax/wso2.controlplane message="Connected to dashboard server https://localhost:9743/dashboard/api"```
5959

6060
## Step 4: View the integration in the ICP dashboard
6161
1. Go to the ICP dashboard and log in `https://localhost:9743/dashboard`.
6262
2. In the dashboard, you will see the integration details.
63-
<img src="{{base_path}}/assets/img/deploy/icp/icp-dashboard.png" alt="ICP Dashboard" width="70%">
63+
3. Click on the node to view the node details.
64+
<a href="{{base_path}}/assets/img/deploy/icp/icp-dashboard.png"><img src="{{base_path}}/assets/img/deploy/icp/icp-dashboard.png" alt="ICP Dashboard" width="70%"></a>
65+
4. Click on the **`Services`** to view the listener and resources of the service.
66+
<a href="{{base_path}}/assets/img/deploy/icp/icp-service.png"><img src="{{base_path}}/assets/img/deploy/icp/icp-service.png" alt="ICP Service" width="70%"></a>
67+
5. Click on the **`Listeners`** to view details of the listener.
68+
<a href="{{base_path}}/assets/img/deploy/icp/icp-listener.png"><img src="{{base_path}}/assets/img/deploy/icp/icp-listener.png" alt="ICP Listener" width="70%"></a>

0 commit comments

Comments
 (0)