Check Point Certified Security Expert (CCSE) R81 — Question 34
What is the command switch to specify the Gaia API context?
Answer options
- A. You have to specify it in the YAML file api.yml which is located underneath the /etc directory of the security management server
- B. You have to change to the zsh-Shell which defaults to the Gaia API context.
- C. No need to specify a context, since it defaults to the Gaia API context.
- D. mgmt_cli --context gaia_api <Command>
Correct answer: D
Explanation
The correct answer is D, as it explicitly uses the command 'mgmt_cli' with the '--context gaia_api' option to set the context for the API. Option A is incorrect because it refers to a configuration file, which is not a command switch. Option B is misleading as changing the shell does not directly specify the context in command execution. Option C is also wrong because, while the Gaia API context may default, the question specifically asks for a command switch to set it.