Check_Point
156-521 · Question #195
You want to retrieve a list of host objects using Postman. Which of the following is the correct setup?
The correct answer is B. Method: POST, Endpoint: /show-hosts, Header: X-chkp-sid. Check Point API uses POST, even for data retrieval. To query /show-hosts, use POST with the X- chkp- sid header for authentication. GET is not used for most Management API calls.
Security Management API Operations
Question
You want to retrieve a list of host objects using Postman. Which of the following is the correct setup?
Options
- AMethod: GET, Endpoint: /show-hosts, Header: X-chkp-sid
- BMethod: POST, Endpoint: /show-hosts, Header: X-chkp-sid
- CMethod: GET, Endpoint: /hosts, No headers
- DMethod: PUT, Endpoint: /show-hosts, Header: session-token
How the community answered
(38 responses)- A5% (2)
- B76% (29)
- C5% (2)
- D13% (5)
Explanation
Check Point API uses POST, even for data retrieval. To query /show-hosts, use POST with the X- chkp- sid header for authentication. GET is not used for most Management API calls.
Topics
#show-hosts#POST method#Postman setup#object retrieval
Community Discussion
No community discussion yet for this question.