Enabling IoT query services
In FortiManager 7.4.1 and later, the IoT Query, IoT Vulnerability Query, and IoT Collection Query services must be enabled or disabled separately using the following FortiManager CLI commands:
Command |
Description |
---|---|
query-iot
|
Enable/disable IOT query service (default = disable). |
query-iot-collection
|
Enable/disable IOT collection query service (default = disable). |
query-iot-vulnerability
|
Enable/disable IOT vulnerability query service (default = disable). |
To enable the IoT query services:
-
Enter the FortiManager CLI.
-
Enable the required IoT query service(s):
config fmupdate service
set query-iot {enable | disable}
set query-iot-vulnerability {enable | disable}
set query-iot-collection {enable | disable}
end
For more information, see the FortiManager CLI Reference.