ExamGecko
Question list
Search
Search

Question 16 - 4A0-AI1 discussion

Report
Export

Which of the following HTTP methods are NOT supported in REST and RESTCONF?

A.
GET
Answers
A.
GET
B.
PUT
Answers
B.
PUT
C.
DELETE
Answers
C.
DELETE
D.
ADD
Answers
D.
ADD
E.
PATCH
Answers
E.
PATCH
Suggested answer: D

Explanation:

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

GET: Used to retrieve a representation of a resource.

PUT: Used to replace a resource or create it if it does not exist.

DELETE: Used to delete a resource.

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

The HTTP method ADD is not a standard HTTP method and is not supported by REST/RESTCONF.

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

asked 23/09/2024
Franziska Kreuz
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first