Exam 156-31581 All QuestionsBrowse all questions from this exam
Question 32

What is the command switch to specify the Gaia API context?

    Correct Answer: D

    To specify the Gaia API context, the appropriate command switch is 'mgmt_cli --context gaia_api <Command>'. This syntax clearly indicates the specification of the Gaia API context directly in the mgmt_cli command.

Discussion
CyberianCatOption: D

D is correct, I think because the syntax for running Gaia REST API commands from mgmt_cli is the same as for Mgmt API excpet that Gaia context must be stated. For example: mgmt_cli show hostname --context gaia_api

McBeanoOption: D

https://sc1.checkpoint.com/documents/latest/GaiaAPIs/#mgmt_cli~v1.7%20 All listed examples include the '--context gaia_api' syntax # mgmt_cli show hostname --context gaia_api