ExamGecko
Question list
Search
Search

Question 521 - 156-315.81 discussion

Report
Export

What API command below creates a new host object with the name 'My Host' and IP address of '192 168 0 10'?

A.
set host name 'My Host' ip-address '192.168.0.10'
Answers
A.
set host name 'My Host' ip-address '192.168.0.10'
B.
new host name 'My Host' ip-address '192 168.0.10'
Answers
B.
new host name 'My Host' ip-address '192 168.0.10'
C.
create host name 'My Host' ip-address '192.168 0.10'
Answers
C.
create host name 'My Host' ip-address '192.168 0.10'
D.
mgmt.cli -m <mgmt ip> add host name 'My Host' ip-address '192.168.0 10'
Answers
D.
mgmt.cli -m <mgmt ip> add host name 'My Host' ip-address '192.168.0 10'
Suggested answer: A

Explanation:

Check Point API is an interface that allows users to automate tasks and manage Check Point products using RESTful web service calls. Check Point API uses JSON format for requests and responses.To create a new host object with the name ''My Host'' and IP address of ''192.168.0.10'', users need to use the set host command with the name and ip-address parameters6. The command syntax is:

set host name ''My Host'' ip-address ''192.168.0.10''

Therefore, the correct answer is A.

asked 16/09/2024
Marcelo Rubio Caiado
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first