Skip to main content
kdylla
New Member
December 30, 2024
Solved

Get CPU/MEM/Session Count/Upstatus from FortiManager across different ADOMS

  • December 30, 2024
  • 2 replies
  • 886 views

Hello there, 

 

I try to to slim down our Stack by getting those things mentioned in the Subject directly from FortiManager instead of all the Fortigates directly. Is that possible ? - Haven't found anything in the API Docs. API or Mail Event would be prefered. 

 

Thanks!

Best answer by Richie_C

HI @kdylla 

 

FortiManager can proxy API calls to managed FortiGate's. It is described in the following document:

 

https://community.fortinet.com/t5/FortiManager/Technical-Tip-How-to-run-a-proxy-API-call-from-FortiManager-to-a/ta-p/282784

 

Therefore, if there is an API call available in FortiOS, it can be used via the FortiManager. Most of the information you require seems to be available in the GET /system/performance/status call. More information can be found:

 

https://fndn.fortinet.net/index.php?/fortiapi/1-fortios/4707/1/system/

 

I hope it helps!

 

 

2 replies

Richie_C
Staff
Richie_CAnswer
Staff
December 30, 2024

HI @kdylla 

 

FortiManager can proxy API calls to managed FortiGate's. It is described in the following document:

 

https://community.fortinet.com/t5/FortiManager/Technical-Tip-How-to-run-a-proxy-API-call-from-FortiManager-to-a/ta-p/282784

 

Therefore, if there is an API call available in FortiOS, it can be used via the FortiManager. Most of the information you require seems to be available in the GET /system/performance/status call. More information can be found:

 

https://fndn.fortinet.net/index.php?/fortiapi/1-fortios/4707/1/system/

 

I hope it helps!

 

 

kdylla
kdyllaAuthor
New Member
December 30, 2024

Thanks Boss!