JNCIA-DevOps Junos REST API Practice Question
Which THREE HTTP methods are commonly used within the Junos REST API for managing configuration and operational resources? (Choose three)
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
POST
The Junos REST API uses HTTP GET for retrieving data, HTTP POST/PUT for creating or modifying resources, and HTTP DELETE for removing configuration elements.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
TRACE
Why it's wrong here
TRACE is a diagnostic HTTP method disabled for security and not used in Junos REST.
- ✓
POST
Why this is correct
POST is used to create new configuration resources or execute RPCs.
- ✓
GET
Why this is correct
GET is used to retrieve operational and configuration data.
- ✗
CONNECT
Why it's wrong here
CONNECT is used for proxy tunneling, not Junos REST API resource management.
- ✓
DELETE
Why this is correct
DELETE is used to remove configuration resources.
About these practice questions
This JNCIA-DevOps question is part of Courseiva's 306-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written and reviewed by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
Last reviewed August 2026 · checked against the official Juniper Networks exam blueprint
This JNCIA-DevOps practice question is part of Courseiva's free Juniper Networks certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the JNCIA-DevOps exam.