CheckPointSW / CheckPointAnsibleGAIACollection

An Ansible collection provides control over a Check Point machine using Check Point's web-services APIs.
20 stars 21 forks source link

check_point.gaia.cp_gaia_banner command not correct #43

Closed anousonevongsouvanTR closed 2 months ago

anousonevongsouvanTR commented 2 months ago

I am getting an error message when trying to set the banner. {'code': 'generic_err_command_not_found', 'errors': 'Requested API command: [set-banner] not found', 'msg': 'Command Not Found'}"}

I think the proper command should be 'set message banner'

duanetoler commented 2 months ago

set-banner requires Gaia API 1.6 or higher. Check your host's version (gaia_api status). Gaia API should be updated via AutoUpdater, or install a recent Jumbo HFA.

anousonevongsouvanTR commented 2 months ago

Thank you. I upgraded to gaia api version 1.7 and it's working now.