MIM API not reporting some status correctly.
-
Tested on 24.11 with patches installed and applied.
I noticed for the endpoints
/services/status
and
/system/package/installed
they are not reporting the status correctly.
for
/services/status
it's showing the enabled and status as "False" but the webgui is showing it as enabled and running.{'name': 'wireguard', 'description': 'WireGuard', 'enabled': False, 'status': False}
{'name': 'syslog-ng', 'description': 'Syslog-ng Syslog Server', 'enabled': False, 'status': False}
{'name': 'suricata', 'description': 'Suricata IDS/IPS Daemon', 'enabled': False, 'status': False}for
/system/package/installed
it's showing the latest version of the package available and not the "installed" version of the package. -
Thanks for testing! This will be resolved in the upcoming pfSense+ release.