There are issues with newer SmartConsole versions R81.20/R82 where SmartConsole Extensions no longer execute properly when calling the following function "request-commit".
Is this a bug in the newer SmartConsole versions, or has this function been deliberately disabled in the latest releases?
As a result, many of the SC Extensions provided by the community no longer work.
Here is an example:
smxProxy.sendRequest("request-commit", {"commands" : [ "add host ...","add host ..." ]}, "onCommit");
...
//callback
function onCommit(value) {
var result = JSON.stringify(value);
//do something with the JSON formatted context
}
You can reproduce this with the following extensions:
- Execute Commands
- Get and Push GAIA CLISH Configs
- Add and Delete Gateway Routes central from SmartConsole
...
➜ CCSM Elite, CCME, CCTE ➜ www.checkpoint.tips