nerdexam
Check_Point

156-521 · Question #61

An administrator wants to create 500 host objects programmatically. Which automation method is best suited for this task?

The correct answer is B. Python script using requests. Python is a highly efficient choice for bulk object creation. Using libraries like requests, scripts can authenticate and loop through object definitions to create them using the Management API.

Working with Python for Check Point API

Question

An administrator wants to create 500 host objects programmatically. Which automation method is best suited for this task?

Options

  • AManually using SmartConsole
  • BPython script using requests
  • CEditing objects in SmartDashboard
  • DRunning cpconfig

How the community answered

(28 responses)
  • B
    93% (26)
  • C
    4% (1)
  • D
    4% (1)

Explanation

Python is a highly efficient choice for bulk object creation. Using libraries like requests, scripts can authenticate and loop through object definitions to create them using the Management API.

Topics

#bulk object creation#Python scripting#automation methods#host objects

Community Discussion

No community discussion yet for this question.

Full 156-521 Practice