nerdexam
Check_Point

156-215.80 · Question #292

There are 4 ways to use the Management API for creating host object with R80 Management API. Which one is NOT correct?

The correct answer is C. Using CLISH. The Check Point R80 Management API can be accessed via Web Services (REST), the mgmt_cli command-line tool, and the SmartConsole built-in API console, but not through CLISH. CLISH is a separate expert-mode shell for system administration.

Introduction to Check Point Technology

Question

There are 4 ways to use the Management API for creating host object with R80 Management API. Which one is NOT correct?

Options

  • AUsing Web Services
  • BUsing Mgmt_cli tool
  • CUsing CLISH
  • DUsing SmartConsole GUI console

How the community answered

(23 responses)
  • A
    4% (1)
  • C
    91% (21)
  • D
    4% (1)

Why each option

The Check Point R80 Management API can be accessed via Web Services (REST), the mgmt_cli command-line tool, and the SmartConsole built-in API console, but not through CLISH. CLISH is a separate expert-mode shell for system administration.

AUsing Web Services

Web Services (REST over HTTPS) is a fully supported and primary method for invoking the Management API programmatically from any HTTP-capable client.

BUsing Mgmt_cli tool

mgmt_cli is an official command-line utility shipped with Check Point management that wraps Management API calls and supports scripting and automation.

CUsing CLISHCorrect

CLISH (Gaia CLISH) is the Check Point Gaia operating system's command-line interface used for network and OS-level configuration such as routing and interface settings. It is entirely separate from the Management API framework and cannot be used to invoke API calls for creating managed objects like hosts.

DUsing SmartConsole GUI console

SmartConsole includes a built-in API console (accessible via the menu) that allows administrators to run Management API commands interactively using the GUI.

Concept tested: Check Point R80 Management API access methods

Source: https://sc1.checkpoint.com/documents/latest/APIs/index.html#introduction~v1.9%20

Topics

#Management API#mgmt_cli#SmartConsole#API methods

Community Discussion

No community discussion yet for this question.

Full 156-215.80 Practice