Hi,
on a R81.20 with web_api 1.9, I'm trying to run run-clish-command command via web_api:
https://xxx.yyy.zzz.www:nnn/web_api/run-clish-command
but I always get the same error:
{
"code": "generic_err_command_not_found",
"message": "Requested API command: [run-clish-command] not found"
}
Web api are enabled, policies are ok: before running the run-clish-command command I correctly execute login command and I use the x-chkp-sid parameter with the sid I get from login command , and I can use other web_api commands with success (for example: add-host or publish).
I get the errors only with run-clish-command and install-policy commands.
Can you help me?