ExamGecko
Question list
Search
Search

Question 11 - JN0-223 discussion

Report
Export

Which two statements are valid regarding Junos automation? (Choose two.)

A.
The jsd process handles XML API calls.
Answers
A.
The jsd process handles XML API calls.
B.
The mgd process handles JET API requests.
Answers
B.
The mgd process handles JET API requests.
C.
The jsd process handles JET API requests.
Answers
C.
The jsd process handles JET API requests.
D.
The mod process handles XML API calls.
Answers
D.
The mod process handles XML API calls.
Suggested answer: A, C

Explanation:

In Junos automation, several processes handle API requests, and understanding which process handles what is crucial:

jsd Process:

XML API Calls (A): The jsd process is responsible for handling XML API calls, which are a significant part of Junos automation. XML API allows for structured and standardized communication with Junos devices, enabling automation scripts to query and configure devices.

JET API Requests (C): The jsd process also handles JET (Junos Extension Toolkit) API requests. JET provides a more modern, programmable interface for interacting with Junos OS, and jsd is the process that manages these interactions.

mgd Process (Incorrect Option):

Not for JET API Requests: The mgd process handles general management operations, such as CLI commands and managing the configuration database, but it does not handle JET API requests. That role is fulfilled by jsd.

mod Process (Incorrect Option):

Not for XML API Calls: The mod process deals with managing chassis components and is not involved in handling XML API calls.

Juniper Networks JET and XML API Documentation: Describes the roles of jsd in handling both XML and JET API requests.

Junos Automation and DevOps Documentation: Provides insights into how different processes interact with Junos APIs.

asked 18/09/2024
Marcin Weglarski
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first