ExamGecko
Question list
Search
Search

Question 23 - JN0-223 discussion

Report
Export

You are asked to use the REST API to retrieve interface configuration information from your Junos device. You decide to use a cURL HTTP GET command to retrieve this information.

In this scenario, which statement is correct?

A.
The request is handled by the mod process running on the Junos device.
Answers
A.
The request is handled by the mod process running on the Junos device.
B.
The request is handled by the isrpd process running on the Junos device.
Answers
B.
The request is handled by the isrpd process running on the Junos device.
C.
The request is handled by the rpd process running on the Junos device.
Answers
C.
The request is handled by the rpd process running on the Junos device.
D.
The request is handled by the isd process running on the Junos device
Answers
D.
The request is handled by the isd process running on the Junos device
Suggested answer: B

Explanation:

When using the REST API on a Junos device, the isrpd (Integrated Service Routing Process Daemon) process is responsible for handling REST API requests. This process listens for incoming HTTP requests and processes them accordingly, including retrieving interface configuration information when a GET request is made.

Option B is correct because the isrpd process handles the REST API requests on a Junos device.

Options A (mod process), C (rpd process), and D (isd process) are incorrect in this context as they either do not exist or serve different purposes on a Junos device.

Supporting

Reference:

Juniper Networks REST API Documentation: Provides insights into how REST API requests are managed and processed by the isrpd process on Junos devices.

asked 18/09/2024
Jim McKay
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first