vladimirs-git / fortigate-api

Python package for configuring Fortigate (Fortios) devices using REST API
Apache License 2.0
61 stars 18 forks source link

Incorrect token validation link #31

Closed Christiandus closed 3 months ago

Christiandus commented 3 months ago

In the token check the URL that is checked is .../cmdb/system/status. However this is an undocumented endpoint and might not be supported in future FortiOS versions. I propose that that the following endpoint be used instead: .../monitor/system/status

aman207 commented 3 months ago

This already seems to be the case in 7.4.4

vladimirs-git commented 3 months ago

fixed in 2.0.2