duanetoler

Results 14 comments of duanetoler

Tested on R81.20 JHF 26 and JHF 41 Configuration is written to CLISH and /etc/dhclient.conf, dhclient starts and runs as expected.

Hey asgeb, I'm not part of the Check Point R&D team, just a Check Point partner. For things like this, you'd likely have to open a TAC case and request...

There's an issue with configuring SNMP via Gaia API for VSX hosts right now (I found the bug and reported it to TAC; it's being fixed in forthcoming Gaia API...

It's not just that module. I got the same with the cp_mgmt_host_facts module. This seems to be a larger compatibility issue for python >3.9 and ansible >=2.17.

FYI: Confirmed. I updated my Docker image to Python 3.11 and updated to v6.1.1 of Mgmt modules. All clear!

Yep, the module doesn’t support that parameter yet. In fact, neither did the Gaia API until v1.8 (current version), so this is a new thing on both ends. If you...

It's possible there's a bug of some kind with the server-side Gaia API code, too. Check the log file in /var/log/gaia_api_server.log to see if there are any useful error messages...

### For Gaia API 1.7 and lower: I believe this to be correct behavior. 'admin' can't change its own password because that will break the Gaia API session. Gaia API...

This output is from the management API, not Gaia API. If you are asking to change the Gaia `admin` user, then you need to add `--context gaia_api` to your command...

Yep, they're distinct and separate APIs. Management API is only for changes to the management server policy and objects (aka: SmartConsole-equivalent changes). Gaia API is for OS and host changes...