JN0-224 · Question #136
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…
The correct answer is B. The request is handled by the isrpd process running on the Junos device. 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…
Question
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?
Options
- AThe request is handled by the mod process running on the Junos device.
- BThe request is handled by the isrpd process running on the Junos device.
- CThe request is handled by the rpd process running on the Junos device.
- DThe request is handled by the isd process running on the Junos device
How the community answered
(19 responses)- A16% (3)
- B74% (14)
- C5% (1)
- D5% (1)
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.
Topics
Community Discussion
No community discussion yet for this question.