ExamGecko
Question list
Search
Search

Question 15 - 4A0-AI1 discussion

Report
Export

Which of the following HTTP methods is NOT supported by REST/RESTCONF?

A.
OPTIONS
Answers
A.
OPTIONS
B.
GET
Answers
B.
GET
C.
PATCH
Answers
C.
PATCH
D.
POST
Answers
D.
POST
E.
TRACE
Answers
E.
TRACE
Suggested answer: E

Explanation:

The HTTP methods that are supported by REST/RESTCONF are:

OPTIONS: Used to retrieve the communication options available for a resource.

GET: Used to retrieve a representation of a resource.

PATCH: Used to apply a partial update to a resource.

POST: Used to create a new resource or trigger a specific action.

The HTTP method TRACE is not supported by REST/RESTCONF.

Reference: Nokia NSP IP Network Automation Professional Guide, page 77.

asked 23/09/2024
Julius Nammeh
28 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first