nerdexam
Check_Point

156-521 · Question #113

Which two components are essential in a Python Gaia API automation script? (Choose two)

The correct answer is A. Session token management C. HTTPS requests to Gaia API endpoints. Python Gaia API scripts must manage the session token received after login and issue HTTPS requests to interact with endpoints. Java and kernel modules are not required for REST API use.

Working with Python for Check Point API

Question

Which two components are essential in a Python Gaia API automation script? (Choose two)

Options

  • ASession token management
  • BJava Virtual Machine
  • CHTTPS requests to Gaia API endpoints
  • DGaia kernel patching module

How the community answered

(50 responses)
  • A
    94% (47)
  • B
    2% (1)
  • D
    4% (2)

Explanation

Python Gaia API scripts must manage the session token received after login and issue HTTPS requests to interact with endpoints. Java and kernel modules are not required for REST API use.

Topics

#Python scripting#session token management#HTTPS requests#Gaia API

Community Discussion

No community discussion yet for this question.

Full 156-521 Practice