hi
any update ?
can i monitor active season ( per policy ) or LB season and etc ?
i was able to get this statistics and much more through API, you can also use filters in your API requests. The example with curl is below:
# curl --insecure -H "Accept: application/json" -H "Authorization: Bearer <Your API Key>" 'https://<your FG IP>/api/v2/monitor/firewall/load-balance?count=-1&format=virtual_server_name|list&filter=virtual_server_name=@example.com%20HTTPS'
the output would be as follows:
{
"http_method":"GET",
"results":[
{
"virtual_server_name":"example.com HTTPS",
"list":[
{
"real_server_ip":"10.0.0.1",
"real_server_port":443,
"real_server_id":1,
"mode":"active",
"status":"up",
"monitor_events":153,
"active_sessions":49,
"RTT":"<1",
"bytes_processed":123825819983
},
{
"real_server_ip":"10.0.0.2",
"real_server_port":443,
"real_server_id":5,
"mode":"active",
"status":"up",
"monitor_events":137,
"active_sessions":52,
"RTT":"<1",
"bytes_processed":123673959605
}
]
}
],
"vdom":"root",
"path":"firewall",
"name":"load-balance",
"status":"success",
"serial":"FGTXXXXXXXXXXXX",
"version":"v6.4.16",
"build":2098
}
| User | Count |
|---|---|
| 2982 | |
| 1473 | |
| 937 | |
| 826 | |
| 455 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2026 Fortinet, Inc. All Rights Reserved.