Hello,
I am currently trying to extract the rulebase with hits for every rule with the command :
show access-rulebase name "Network" details-level "standard" use-object-dictionary true show-hits true hits-settings.from-date "2019-01-01" hits-settings.to-date "2019-03-06" hits-settings.target "CheckPoint-Lab" --format json
But I have an error :
{
"code" : "generic_err_object_not_found",
"message" : "Requested object [Network] not found"
}
Do you know where I can find the "name" parameter that is needed for this command as it seems not to be the "Network" as default ?
Best Regards,
Joris KIEFFER