Commands
The Commands view lists all triggered commands of the past 24h.
A successful command execution will return OK, an unsuccessful one will return an error code.
The execution of a command will happen asynchronous, i.e. a command will be answered as soon as an endpoint has fetched the command and send the corresponding answer.
Error Codes
| Error | Description |
|---|---|
ERR:PROTOCOL_MISMATCH |
the command or parameter was invalid |
ERR:SCAN_IN_PROGRESS |
the command could not be executed because a scan is running. |
ERR:NO_SCAN_RUNNING |
the stop scan command failed because no scan was running |
ERR:NOFILESFOUND |
the command failed because the requested files did not exist anymore (e.g. restoring a quarantined file which was deleted manually) |
ERR:CANT_SAVE_FILE |
the profile deployment failed (e.g. invalid profile ) |