Check Point Certified Security Expert (CCSE) R81 — Question 230
You plan to automate creating new objects using the Management API. You decide to use GAIA CLI for this task. What is the first step to run management API commands on GAIA’s shell?
Answer options
- A. mgmt admin@teabag > id.txt
- B. login user admin password teabag
- C. mgmt login
- D. mgmt_cli login user “admin” password “teabag” > id.txt
Correct answer: C
Explanation
The correct answer is C, as 'mgmt login' is the command used to initiate a session in GAIA’s shell. The other options either refer to incorrect commands or incorrect syntax for logging into the management interface.