AE-2140 : Dashboard - Create APIs and Integrate the same with GUI for the SSLVPN and Cleanup duplicate functions for dashboard

Review Request #1076 — Created Sept. 26, 2025 and submitted — Latest diff uploaded

pmurugaiyan
AMP
amp_4_0
AE-2140
apoorva.sn, mmiriam, ngurunathan, shuinvy

The SSLVPN APIs for the Dashboard has been added & Integrated with the GUI.

Code cleanup for the duplicate functions and graphs.

The changes has been tested locally.

POST /top-ssl-vpn-metrics

[
{
"metric": "active_sessions",
"agent_host": "192.168.85.20",
"vsite_name": "viste2",
"value": 0
},
{
"metric": "client_network",
"agent_host": "192.168.85.20",
"vsite_name": "viste2",
"received": 0,
"sent": 0
},
{
"metric": "server_network",
"agent_host": "192.168.85.20",
"vsite_name": "viste2",
"received": 0,
"sent": 0
}
]


    Loading...